Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
N
nghttp2
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Libraries
nghttp2
Commits
f8528c50
Commit
f8528c50
authored
Nov 04, 2019
by
Dmitri Tikhonov
Committed by
Tatsuhiro Tsujikawa
Aug 04, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update Dockerfile to use I-D 23 branches of ngtcp2 and openssl
parent
4733167f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
docker/Dockerfile
docker/Dockerfile
+2
-2
No files found.
docker/Dockerfile
View file @
f8528c50
...
...
@@ -5,13 +5,13 @@ RUN /usr/local/bin/clean-install git g++ make binutils autoconf automake autotoo
zlib1g libev4 libjemalloc1 libc-ares2
\
ca-certificates psmisc
\
python
&&
\
git clone
--depth
1
-b
openssl-quic-draft-2
2
https://github.com/tatsuhiro-t/openssl
&&
\
git clone
--depth
1
-b
openssl-quic-draft-2
3
https://github.com/tatsuhiro-t/openssl
&&
\
cd
openssl
&&
./config enable-tls1_3
--openssldir
=
/etc/ssl
&&
make
-j
$(
nproc
)
&&
make install_sw
&&
cd
..
&&
rm
-rf
openssl
&&
\
git clone
--depth
1 https://github.com/ngtcp2/nghttp3
&&
\
cd
nghttp3
&&
autoreconf
-i
&&
\
./configure
--enable-lib-only
&&
\
make
-j
$(
nproc
)
&&
make install-strip
&&
cd
..
&&
rm
-rf
nghttp3
&&
\
git clone
--depth
1
-b
draft-22
https://github.com/ngtcp2/ngtcp2
&&
\
git clone
--depth
1
-b
master
https://github.com/ngtcp2/ngtcp2
&&
\
cd
ngtcp2
&&
autoreconf
-i
&&
\
./configure
&&
\
make
-j
$(
nproc
)
&&
make install-strip
&&
cd
..
&&
rm
-rf
ngtcp2
&&
\
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment