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 3fed9bf commit b1b9b4cCopy full SHA for b1b9b4c
docker/build_ubuntu-18.04/Dockerfile
@@ -1,8 +1,8 @@
1
FROM ubuntu:18.04
2
RUN \
3
- apt-get install --only-upgrade ca-certificates && \
4
dpkg --add-architecture i386 && \
5
apt-get update && \
+ apt-get install -y --only-upgrade ca-certificates && \
6
apt-get install -y \
7
gpg \
8
wget \
0 commit comments