update base image

This commit is contained in:
Sebastian Hugentobler 2017-01-10 16:41:58 +01:00
parent 3b3521aee4
commit 09dcae2471

View File

@ -3,7 +3,7 @@ FROM quay.io/thallian/confd-env:latest
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 libressl-dev lua lua-dev unzip curl luarocks
RUN apk --no-cache add tar redis make git openssl perl gcc musl-dev pcre pcre-dev openssl-dev lua lua-dev unzip zlib zlib-dev curl luarocks
WORKDIR /app
@ -33,7 +33,7 @@ RUN chown -R syncer:syncer /app
RUN ln -s /usr/lib/lua /usr/local/lib/lua
RUN ln -s /usr/share/lua/ /usr/local/share/lua
RUN apk del tar make git gcc musl-dev pcre-dev libressl-dev lua-dev
RUN apk del tar make git gcc musl-dev pcre-dev openssl-dev lua-dev zlib-dev
EXPOSE 7200
VOLUME /var/lib/redis/