Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -27,7 +27,7 @@ RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y --no-ins
|
|
27 |
python3 \
|
28 |
python3-pip \
|
29 |
git && \
|
30 |
-
rm -rf /var/lib/apt/lists/*
|
31 |
|
32 |
# Install conda
|
33 |
# translating Docker's TARGETPLATFORM into mamba arches
|
|
|
27 |
python3 \
|
28 |
python3-pip \
|
29 |
git && \
|
30 |
+
rm --chown=user -rf /var/lib/apt/lists/*
|
31 |
|
32 |
# Install conda
|
33 |
# translating Docker's TARGETPLATFORM into mamba arches
|