mirror of
https://github.com/servo/servo.git
synced 2025-08-06 22:15:33 +01:00
Taskcluster: Build and run with OpenSSL 1.1.0
This commit is contained in:
parent
36c75c4e5f
commit
715f9c6653
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ RUN \
|
|||
libgstreamer-plugins-bad1.0-dev \
|
||||
#
|
||||
# OpenSSL
|
||||
libssl1.0-dev \
|
||||
libssl-dev \
|
||||
#
|
||||
# blurz
|
||||
libdbus-1-dev \
|
||||
|
|
|
@ -3,7 +3,7 @@
|
|||
# Servo’s runtime dependencies
|
||||
RUN apt-get install -qy --no-install-recommends \
|
||||
libgl1 \
|
||||
libssl1.0.0 \
|
||||
libssl1.1 \
|
||||
libdbus-1-3 \
|
||||
libgstreamer-plugins-bad1.0-0 \
|
||||
gstreamer1.0-plugins-good
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue