Skip to content

Commit b1b9b4c

Browse files
authored
Update Dockerfile
1 parent 3fed9bf commit b1b9b4c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/build_ubuntu-18.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
FROM ubuntu:18.04
22
RUN \
3-
apt-get install --only-upgrade ca-certificates && \
43
dpkg --add-architecture i386 && \
54
apt-get update && \
5+
apt-get install -y --only-upgrade ca-certificates && \
66
apt-get install -y \
77
gpg \
88
wget \

0 commit comments

Comments
 (0)