Skip to content

Commit 0b0aedd

Browse files
committed
Added dist-upgrade to build
1 parent f4d68bb commit 0b0aedd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
FROM ubuntu:16.04
22

3-
RUN apt-get update && apt-get install -y --no-install-recommends \
3+
RUN apt-get update && \
4+
apt-get -y dist-upgrade && \
5+
apt-get install -y --no-install-recommends \
46
git \
57
python3-dev \
68
build-essential \

0 commit comments

Comments
 (0)