Skip to content

Commit

Permalink
initial commit
Browse files Browse the repository at this point in the history
  • Loading branch information
lewischen-aot committed Dec 27, 2024
1 parent cf57d13 commit 7790a3a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sources/packages/forms/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,10 @@ ARG FORMIO_SOURCE_REPO_TAG
# Note: using pinned versions to ensure immutable build environment.
RUN apk update && \
apk upgrade && \
apk add make=4.4.1-r2 && \
apk add python3=3.12.6-r0 && \
apk add g++=13.2.1_git20240309-r0 && \
apk add git=2.45.2-r0 && \
apk add make && \
apk add python3 && \
apk add g++ && \
apk add git && \
apk cache clean

# Clone code into formio folder, by default.
Expand Down

0 comments on commit 7790a3a

Please sign in to comment.