Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions src/opensuse/16.0/helix/amd64/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,12 @@ RUN zypper ref \
wget \
&& zypper clean -a

# Add openSUSE 15.6 repo for OpenSSL 1.1 compatibility library needed by libmsquic
RUN zypper ar -f https://download.opensuse.org/distribution/leap/15.6/repo/oss/ leap156-oss \
&& zypper --gpg-auto-import-keys ref \
&& zypper install -y --from leap156-oss libopenssl1_1 \
&& zypper clean -a

ENV LANG=en_US.utf8

# Install MsQuic from official GitHub releases
Expand Down
Loading