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 306e9f4 commit 802a7e3Copy full SHA for 802a7e3
src_batch_job/Dockerfile
@@ -1,7 +1,7 @@
1
FROM continuumio/miniconda3:4.9.2
2
3
# Update the system
4
-RUN apt-get update && apt-get install -y
+RUN apt-get update --allow-releaseinfo-change-suite && apt-get install -y
5
6
# Copy content of this dir to the docker image
7
COPY . /app
0 commit comments