Skip to content

Commit

Permalink
Docker image should now allow apt-get install, closes #1320
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed May 24, 2021
1 parent eae3084 commit fc97235
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt-get update && \
apt-get remove -y software-properties-common && \
apt clean && \
rm -rf /var/lib/apt && \
rm -rf /var/lib/dpkg
rm -rf /var/lib/dpkg/info/*

RUN pip install https://github.com/simonw/datasette/archive/refs/tags/${VERSION}.zip && \
find /usr/local/lib -name '__pycache__' | xargs rm -r && \
Expand Down

0 comments on commit fc97235

Please sign in to comment.