add libgcc
This commit is contained in:
parent
09dcae2471
commit
db83408ae7
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user