Skip to content

Commit a3fc99e

Browse files
committed
Align with 10
1 parent 715370a commit a3fc99e

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

swift-ci/master/debian/9/Dockerfile

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND="noninteractive"
77

88
RUN apt-get update
99

10-
RUN apt-get -y --no-install-recommends install \
10+
RUN apt-get --no-install-recommends -y install \
1111
build-essential \
1212
clang \
1313
cmake \
@@ -20,18 +20,16 @@ RUN apt-get -y --no-install-recommends install \
2020
libsqlite3-dev \
2121
libxml2-dev \
2222
ninja-build \
23+
pkg-config \
2324
python \
24-
python-dev \
2525
python-six \
26-
pkg-config \
2726
rsync \
2827
swig \
2928
systemtap-sdt-dev \
3029
tzdata \
3130
unzip \
32-
vim \
33-
uuid-dev \
34-
ca-certificates
31+
ca-certificates \
32+
uuid-dev
3533

3634
USER build-user
3735

0 commit comments

Comments
 (0)