Skip to content

Commit f38a906

Browse files
authored
changing dockers to apt update latest (#767)
1 parent 5918030 commit f38a906

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,9 @@ ADD ./tests/flow/ tests/flow/
3737

3838
RUN FORCE=1 ./opt/readies/bin/getpy3
3939
RUN ./opt/system-setup.py
40+
RUN apt-get update -qq
41+
RUN apt-get upgrade -yqq
42+
RUN rm -rf /var/cache/apt
4043

4144
ARG DEPS_ARGS=""
4245
COPY ./get_deps.sh .

Dockerfile.gpu

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ ADD ./tests/flow/ tests/flow/
4242

4343
RUN FORCE=1 ./opt/readies/bin/getpy3
4444
RUN ./opt/system-setup.py
45+
RUN apt-get update -qq
46+
RUN apt-get upgrade -yqq
47+
RUN rm -rf /var/cache/apt
4548

4649
ARG DEPS_ARGS=""
4750
COPY ./get_deps.sh .

0 commit comments

Comments
 (0)