mirror of
https://github.com/napnap75/multiarch-docker-images.git
synced 2025-12-16 03:34:18 +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
|
&& go build -o /usr/local/bin/webhook
|
||||||
|
|
||||||
FROM alpine:3.11
|
FROM alpine:3.11
|
||||||
|
RUN apk add --no-cache openssl expect
|
||||||
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
COPY --from=build /usr/local/bin/webhook /usr/local/bin/webhook
|
||||||
WORKDIR /etc/webhook
|
WORKDIR /etc/webhook
|
||||||
VOLUME ["/etc/webhook"]
|
VOLUME ["/etc/webhook"]
|
||||||
|
|||||||
Reference in New Issue
Block a user