Skip to content
This repository was archived by the owner on Sep 18, 2025. It is now read-only.

Commit 36b207a

Browse files
Merge pull request #70 from nosportugal/update-dockerfile
update dockerfile
2 parents 134aec6 + 4abbe53 commit 36b207a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
11
FROM ghcr.io/runatlantis/atlantis:v0.27.0
2-
RUN apk add python3 --no-cache
2+
USER root
3+
RUN apk update && apk add python3 --no-cache && rm -rf /var/cache/apk/*
4+
USER atlantis
35
COPY ./policies /policies

0 commit comments

Comments
 (0)