Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jzalucki committed Oct 1, 2024
1 parent 4f974f0 commit c811bea
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
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 c811bea

Please sign in to comment.