mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-15 19:24:19 +01:00
Added the missing packages
This commit is contained in:
@@ -8,6 +8,7 @@ RUN apk add --update -t build-deps curl libc-dev gcc libgcc jq \
|
||||
&& go build -o /usr/local/bin/webhook
|
||||
|
||||
FROM alpine:3.11
|
||||
RUN apk add --no-cache openssl expect
|
||||
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
||||
WORKDIR /etc/webhook
|
||||
VOLUME ["/etc/webhook"]
|
||||
|
||||
Reference in New Issue
Block a user