mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Docker image should now allow apt-get install, closes #1320
This commit is contained in:
parent
eae3084b46
commit
fc972350a8
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ RUN apt-get update && \
|
||||||
apt-get remove -y software-properties-common && \
|
apt-get remove -y software-properties-common && \
|
||||||
apt clean && \
|
apt clean && \
|
||||||
rm -rf /var/lib/apt && \
|
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 && \
|
RUN pip install https://github.com/simonw/datasette/archive/refs/tags/${VERSION}.zip && \
|
||||||
find /usr/local/lib -name '__pycache__' | xargs rm -r && \
|
find /usr/local/lib -name '__pycache__' | xargs rm -r && \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue