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 715370a commit a3fc99eCopy full SHA for a3fc99e
swift-ci/master/debian/9/Dockerfile
@@ -7,7 +7,7 @@ ENV DEBIAN_FRONTEND="noninteractive"
7
8
RUN apt-get update
9
10
-RUN apt-get -y --no-install-recommends install \
+RUN apt-get --no-install-recommends -y install \
11
build-essential \
12
clang \
13
cmake \
@@ -20,18 +20,16 @@ RUN apt-get -y --no-install-recommends install \
20
libsqlite3-dev \
21
libxml2-dev \
22
ninja-build \
23
+ pkg-config \
24
python \
- python-dev \
25
python-six \
26
- pkg-config \
27
rsync \
28
swig \
29
systemtap-sdt-dev \
30
tzdata \
31
unzip \
32
- vim \
33
- uuid-dev \
34
- ca-certificates
+ ca-certificates \
+ uuid-dev
35
36
USER build-user
37
0 commit comments