mirror of
https://github.com/openfaas/faas.git
synced 2025-06-23 15:23:29 +00:00
Add ca-certs to multi-arch gateways
Adds package to armhf / arm64 for use with plugins. Signed-off-by: Alex Ellis <alexellis2@gmail.com>
This commit is contained in:
@ -26,7 +26,8 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -o gateway .
|
||||
FROM alpine:3.9
|
||||
|
||||
RUN addgroup -S app \
|
||||
&& adduser -S -g app app
|
||||
&& adduser -S -g app app \
|
||||
&& apk add --no-cache ca-certificates
|
||||
|
||||
WORKDIR /home/app
|
||||
|
||||
|
Reference in New Issue
Block a user