Skip to content
This repository has been archived by the owner on May 13, 2019. It is now read-only.

Commit

Permalink
Add SSL Support (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
chdanielmueller authored Jul 21, 2017
1 parent 1b01faa commit 39635f9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,14 @@ COPY conf/* /tmp/patches/
# Install needed packages
RUN apk add --no-cache \
gtk+ \
openssl \
&& apk add --no-cache --virtual .build-deps \
g++ \
git \
gtk+-dev \
make \
mesa-dev \
openssl-dev \
patch \

# Download source files
Expand Down Expand Up @@ -56,6 +58,7 @@ RUN apk add --no-cache \
-svg \
-exceptions \
-xmlpatterns \
-openssl-linked \
-no-largefile \
-no-accessibility \
-no-stl \
Expand Down Expand Up @@ -87,7 +90,6 @@ RUN apk add --no-cache \
-no-sse4.2 \
-no-avx \
-no-neon \
-no-openssl \
-no-rpath \
-no-nis \
-no-cups \
Expand Down

0 comments on commit 39635f9

Please sign in to comment.