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 03d2022 commit 3e77b87Copy full SHA for 3e77b87
alpine/alpine仓库.txt
@@ -0,0 +1 @@
1
+https://pkgs.alpinelinux.org/packages
alpine/jdk/Dockerfile
@@ -9,6 +9,12 @@ RUN apk add --update tzdata && \
9
echo $TZ > /etc/timezone && \
10
rm -rf /var/cache/apk/*
11
12
+RUN addgroup -S universe \
13
+ && adduser -D -S -h /home/pc -s /bin/sh -G universe pc \
14
+ && apk add --no-cache --update libstdc++
15
+USER pc
16
+WORKDIR /home/pc
17
+
18
RUN apk --no-cache add --update curl bash
19
20
0 commit comments