Skip to content

Commit 802a7e3

Browse files
author
Filip Saina
committed
Allowed release info change suite in Debian
To account for the Suite change in Debian major release, added flag --allow-releaseinfo-change-suite for Docker image system update at build.
1 parent 306e9f4 commit 802a7e3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src_batch_job/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM continuumio/miniconda3:4.9.2
22

33
# Update the system
4-
RUN apt-get update && apt-get install -y
4+
RUN apt-get update --allow-releaseinfo-change-suite && apt-get install -y
55

66
# Copy content of this dir to the docker image
77
COPY . /app

0 commit comments

Comments
 (0)