From db83408ae7839bcfc9d667765bc0b06db7aae793 Mon Sep 17 00:00:00 2001 From: Sebastian Hugentobler Date: Fri, 13 Jan 2017 10:45:58 +0100 Subject: [PATCH] add libgcc --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a256aee..ed44d7b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 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