add libgcc

This commit is contained in:
Sebastian Hugentobler 2017-01-13 10:45:58 +01:00
parent 09dcae2471
commit db83408ae7

View File

@ -3,7 +3,7 @@ FROM quay.io/thallian/confd-env:latest
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 openssl perl gcc musl-dev pcre pcre-dev openssl-dev lua lua-dev unzip zlib zlib-dev 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 libgcc
WORKDIR /app WORKDIR /app