Skip to content

Commit b920560

Browse files
authored
fix: use apt-get instead of apt in Dockerfile (#37)
Signed-off-by: Stefan Dej <[email protected]>
1 parent 7549df6 commit b920560

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV PACKAGES="qemu-system qemu-user-static binfmt-support build-essential lsof s
88
RUN set -ex \
99
&& apt-get update \
1010
&& apt-get install --no-install-recommends --yes ${PACKAGES} \
11-
&& apt autoremove \
11+
&& apt-get autoremove \
1212
&& rm -rf /var/lib/apt/lists/*
1313

1414
COPY . /CustoPiZer

0 commit comments

Comments
 (0)