Skip to content

Commit aa1a214

Browse files
committed
Aligned with Ubuntu
1 parent b1b80ce commit aa1a214

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

swift-ci/master/debian/10/Dockerfile

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ RUN groupadd -g 998 build-user && \
55

66
ENV DEBIAN_FRONTEND="noninteractive"
77

8-
RUN apt-get update
9-
10-
RUN apt-get -y --no-install-recommends install \
8+
RUN apt-get -y update && apt-get -y --no-install-recommends install \
119
build-essential \
1210
clang \
1311
cmake \
@@ -17,22 +15,24 @@ RUN apt-get -y --no-install-recommends install \
1715
libedit-dev \
1816
libicu-dev \
1917
libncurses5-dev \
18+
libpython3-dev \
2019
libsqlite3-dev \
2120
libxml2-dev \
2221
ninja-build \
22+
pkg-config \
2323
python \
24-
python-dev \
2524
python-six \
26-
pkg-config \
25+
python2-dev \
26+
python3-six \
27+
python3-distutils \
2728
rsync \
2829
swig \
2930
systemtap-sdt-dev \
3031
tzdata \
3132
unzip \
32-
vim \
3333
uuid-dev \
3434
ca-certificates
3535

3636
USER build-user
3737

38-
WORKDIR /home/build-user
38+
WORKDIR /home/build-user

0 commit comments

Comments
 (0)