Skip to content

Commit

Permalink
Purging py-openssl (core will be non-SSL)
Browse files Browse the repository at this point in the history
  • Loading branch information
gsfr authored and ambrussimon committed Jan 8, 2018
1 parent cbfafd4 commit 654c568
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN ./configure --prefix=/usr/local --modules=lib --state=/var/local/unit --pid=

FROM python:2.7-alpine3.6 as dist

RUN apk add --no-cache build-base git py-openssl
RUN apk add --no-cache git

COPY --from=build /usr/local/sbin/unitd /usr/local/sbin/unitd
COPY --from=build /usr/local/lib/python.unit.so /usr/local/lib/python.unit.so
Expand Down

0 comments on commit 654c568

Please sign in to comment.