Skip to content

Commit aa5b671

Browse files
committed
Devcontainer - Wipe broken cache on Apple Arm
1 parent 01950ce commit aa5b671

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM python:3.10.4-slim-buster
22

3-
RUN apt-get update
3+
RUN apt-get clean all && apt-get update
44
RUN apt-get install -y libsass-dev build-essential libcairo2 git libpango-1.0-0 libpangoft2-1.0-0 pangocairo-1.0 pngquant
55

66
COPY requirements.txt /build/requirements.txt

0 commit comments

Comments
 (0)