Skip to content
This repository was archived by the owner on Mar 16, 2020. It is now read-only.

Commit 873e8dd

Browse files
committed
Be specific about libdispatch and lldb dependencies
1 parent cfe4872 commit 873e8dd

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

Dockerfile

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ MAINTAINER Yan Li<[email protected]>
33

44
RUN apt-get update \
55
&& apt-get install -y \
6-
# official dependencies
6+
# dependencies to build swift
77
git \
88
cmake \
99
ninja-build \
@@ -22,9 +22,11 @@ RUN apt-get update \
2222
pkg-config \
2323
libblocksruntime-dev \
2424
libcurl4-openssl-dev \
25-
# extra dependencies
25+
# dependencies to build swift-corelibs-libdispatch
2626
autoconf \
2727
libtool \
28+
systemtap-sdt-dev \
29+
# dependencies to debug
2830
lldb \
2931
python-six \
3032
# cleanups

0 commit comments

Comments
 (0)