Skip to content

Commit

Permalink
install necesary packages first
Browse files Browse the repository at this point in the history
Co-authored-by: gerardcl <[email protected]>
  • Loading branch information
BraisVQ and gerardcl authored Sep 2, 2024
1 parent 510de19 commit a24f63e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions jenkins/webhook-proxy/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ FROM golang:1.23-alpine
ARG allowedExternalProjects=opendevstack
ENV ALLOWED_EXTERNAL_PROJECTS=$allowedExternalProjects

RUN apk update && \
apk add -i ca-certificates && \
RUN apk add -i ca-certificates && \
apk update && \
apk -i upgrade && \
apk cache clean && \
mkdir -p /home/webhook-proxy && \
Expand Down

0 comments on commit a24f63e

Please sign in to comment.