Skip to content

Commit

Permalink
Remove lsof
Browse files Browse the repository at this point in the history
  • Loading branch information
jzalucki committed Oct 1, 2024
1 parent 0aba044 commit a6f02f4
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@
ARG SODA_LIBRARY_VERSION=latest
FROM sodadata/soda-library:$SODA_LIBRARY_VERSION

RUN apt-get update && apt-get install -y lsof

COPY entrypoint.sh /entrypoint.sh

RUN chmod +x /entrypoint.sh
Expand Down

0 comments on commit a6f02f4

Please sign in to comment.