Skip to content

Commit 627243a

Browse files
committed
Use apt-get instead of apt
1 parent c73c9f3 commit 627243a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dockerfile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,9 @@ COPY ubuntu.sources /etc/apt/sources.list.d/ubuntu.sources
1414
RUN set -ex ;\
1515
dpkg --add-architecture armhf ;\
1616
dpkg --add-architecture arm64 ;\
17-
apt update ;\
18-
apt upgrade -y ;\
19-
DEBIAN_FRONTEND=noninteractive apt install -y --no-install-recommends \
17+
apt-get update ;\
18+
apt-get upgrade -y ;\
19+
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
2020
curl ca-certificates tzdata build-essential gcc-multilib \
2121
file flex bison texinfo libc6-dev-i386 \
2222
;\

0 commit comments

Comments
 (0)