add libssl1.0
This commit is contained in:
parent
41fb08b068
commit
50f7f07669
@ -5,7 +5,7 @@ ENV OPENRESTY_VERSION 1.11.2.2
|
||||
RUN addgroup 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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user