add libssl1.0

This commit is contained in:
Sebastian Hugentobler 2017-06-13 17:40:32 +02:00
parent 41fb08b068
commit 50f7f07669

View File

@ -5,7 +5,7 @@ ENV OPENRESTY_VERSION 1.11.2.2
RUN addgroup syncer RUN addgroup syncer
RUN adduser -h /app -D -G syncer syncer RUN adduser -h /app -D -G syncer syncer
RUN apk --no-cache add tar redis make git libressl perl gcc musl-dev pcre pcre-dev openssl-dev lua lua-dev unzip zlib zlib-dev curl luarocks libgcc RUN apk --no-cache add tar redis make git libressl libssl1.0 perl gcc musl-dev pcre pcre-dev openssl-dev lua lua-dev unzip zlib zlib-dev curl luarocks libgcc
WORKDIR /app WORKDIR /app