diff --git a/Dockerfile b/Dockerfile index 03e8bf7..b456740 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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