You've already forked aws-iam-anywhere-refresher
How is the target directory over 100 gigs?
Some checks failed
🏗️✨ Test Build Workflow / 🖥️ 🔨 Build (push) Has been cancelled
Some checks failed
🏗️✨ Test Build Workflow / 🖥️ 🔨 Build (push) Has been cancelled
This commit is contained in:
@@ -10,6 +10,10 @@ RUN go mod download && go build -o aws-iam-anywhere-refresher .
|
||||
|
||||
FROM ubuntu:latest AS runtime
|
||||
|
||||
RUN apt update && apt install -yq ca-certificates curl
|
||||
RUN curl -Ls https://siteworxpro.com/hosted/Siteworx+Root+CA.pem -o /usr/local/share/ca-certificates/sw.crt \
|
||||
&& update-ca-certificates
|
||||
|
||||
WORKDIR /app
|
||||
|
||||
COPY --from=build /app/aws-iam-anywhere-refresher /app/aws-iam-anywhere-refresher
|
||||
|
||||
Reference in New Issue
Block a user