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 c73c9f3 commit 627243aCopy full SHA for 627243a
Dockerfile
@@ -14,9 +14,9 @@ COPY ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources
14
RUN set -ex ;\
15
dpkg --add-architecture armhf ;\
16
dpkg --add-architecture arm64 ;\
17
- apt update ;\
18
- apt upgrade -y ;\
19
- DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
+ apt-get update ;\
+ apt-get upgrade -y ;\
+ DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
20
curl ca-certificates tzdata build-essential gcc-multilib \
21
file flex bison texinfo libc6-dev-i386 \
22
;\
0 commit comments