Skip to content

Commit 1c1ec73

Browse files
authored
Merge pull request #240 from fabianfett/ff-use-apt-get
Use `apt-get` instead of `apt`
2 parents b681525 + f0d87ac commit 1c1ec73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift-ci/master/ubuntu/20.04/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN groupadd -g 998 build-user && \
55

66
ENV DEBIAN_FRONTEND="noninteractive"
77

8-
RUN apt -y update && apt -y install \
8+
RUN apt-get -y update && apt-get -y install \
99
build-essential \
1010
clang \
1111
cmake \

0 commit comments

Comments
 (0)