We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 01950ce commit aa5b671Copy full SHA for aa5b671
.devcontainer/Dockerfile
@@ -1,6 +1,6 @@
1
FROM python:3.10.4-slim-buster
2
3
-RUN apt-get update
+RUN apt-get clean all && apt-get update
4
RUN apt-get install -y libsass-dev build-essential libcairo2 git libpango-1.0-0 libpangoft2-1.0-0 pangocairo-1.0 pngquant
5
6
COPY requirements.txt /build/requirements.txt
0 commit comments