mirror of
https://github.com/servo/servo.git
synced 2025-08-08 06:55:31 +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 \
|
libgstreamer-plugins-bad1.0-dev \
|
||||||
#
|
#
|
||||||
# OpenSSL
|
# OpenSSL
|
||||||
libssl1.0-dev \
|
libssl-dev \
|
||||||
#
|
#
|
||||||
# blurz
|
# blurz
|
||||||
libdbus-1-dev \
|
libdbus-1-dev \
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
# Servo’s runtime dependencies
|
# Servo’s runtime dependencies
|
||||||
RUN apt-get install -qy --no-install-recommends \
|
RUN apt-get install -qy --no-install-recommends \
|
||||||
libgl1 \
|
libgl1 \
|
||||||
libssl1.0.0 \
|
libssl1.1 \
|
||||||
libdbus-1-3 \
|
libdbus-1-3 \
|
||||||
libgstreamer-plugins-bad1.0-0 \
|
libgstreamer-plugins-bad1.0-0 \
|
||||||
gstreamer1.0-plugins-good
|
gstreamer1.0-plugins-good
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue