Skip to content

Commit

Permalink
Arm64 Test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PassiveLemon committed Dec 14, 2023
1 parent 596eeb9 commit 7e13f3d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
FROM docker.io/frolvlad/alpine-glibc:latest
FROM docker.io/frolvlad/alpine-mono:latest
ARG TARGETARCH
# These come from the workflow --build-args
ARG TERRARIAVERSION
ARG TERRARIAVERSIONFIX
ARG TSHOCKVERSION

RUN apk add --no-cache bash grep curl unzip icu-dev tmux jq mono netcat-openbsd
RUN apk add --no-cache bash grep curl unzip icu-dev tmux jq netcat-openbsd
# Alternatives for security
RUN apk add --no-cache openssl=3.1.4-r1

Expand Down

0 comments on commit 7e13f3d

Please sign in to comment.