We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 972f5bc commit 2e968eeCopy full SHA for 2e968ee
2 files changed
golang/golang-121/Dockerfile
@@ -7,6 +7,10 @@ FROM golang:1.21
7
8
LABEL author="DevOps Team at Sparked Host" maintainer="devops@sparkedhost.com"
9
10
+RUN apt-get update -y \
11
+ && apt-get install fontconfig iproute2 curl ca-certificates unzip tar jq -y \
12
+ && useradd -d /home/container -m container
13
+
14
USER container
15
ENV USER=container HOME=/home/container LANG=C.UTF-8
16
golang/golang-124/Dockerfile
@@ -7,6 +7,10 @@ FROM golang:1.24
0 commit comments