File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ ENV PROTOC_VERSION=3.5.1
5
5
6
6
# Install a few needed packages that aren't in swiftdocker/swift
7
7
RUN apt-get -q update \
8
- && apt-get -q install -y unzip \
8
+ && apt-get -q install -y unzip libnghttp2-dev \
9
9
&& rm -r /var/lib/apt/lists/*
10
10
11
11
# Install protoc
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ var packageDependencies: [Package.Dependency] = [
23
23
. package ( url: " https://github.com/apple/swift-nio-zlib-support.git " , . upToNextMinor( from: " 1.0.0 " ) ) ,
24
24
. package ( url: " https://github.com/apple/swift-nio.git " , . upToNextMinor( from: " 1.11.0 " ) ) ,
25
25
. package ( url: " https://github.com/apple/swift-nio-nghttp2-support.git " , . upToNextMinor( from: " 1.0.0 " ) ) ,
26
- . package ( url: " https://github.com/apple/swift-nio-http2.git " , . revision( " 38b8235868e1e6277c420b73ac5cfdfa66382a85 " ) )
26
+ . package ( url: " https://github.com/apple/swift-nio-http2.git " , . revision( " dd9339e6310ad8537a271f3ff60a4f3976ca8e4d " ) )
27
27
]
28
28
29
29
var cGRPCDependencies : [ Target . Dependency ] = [ ]
@@ -32,7 +32,7 @@ var cGRPCDependencies: [Target.Dependency] = []
32
32
let isLinux = true
33
33
#else
34
34
let isLinux = false
35
- #endif
35
+ #endif
36
36
37
37
// On Linux, Foundation links with openssl, so we'll need to use that instead of BoringSSL.
38
38
// See https://github.com/apple/swift-nio-ssl/issues/16#issuecomment-392705505 for details.
You can’t perform that action at this time.
0 commit comments