Skip to content

Commit

Permalink
Taskcluster: Build and run with OpenSSL 1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Darkspirit committed May 14, 2019
1 parent 36c75c4 commit 715f9c6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion etc/taskcluster/docker/build.dockerfile
Expand Up @@ -24,7 +24,7 @@ RUN \
libgstreamer-plugins-bad1.0-dev \
#
# OpenSSL
libssl1.0-dev \
libssl-dev \
#
# blurz
libdbus-1-dev \
Expand Down
2 changes: 1 addition & 1 deletion etc/taskcluster/docker/run.dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit 715f9c6

Please sign in to comment.