We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3032180 commit c8c47cfCopy full SHA for c8c47cf
linux/jdk/alpine/src/main/packaging/Dockerfile
@@ -15,6 +15,10 @@ RUN set -eux; \
15
sudo \
16
wget
17
18
+# Test This
19
+RUN wget -O /etc/apk/keys/adoptium.rsa.pub https://packages.adoptium.net/artifactory/api/security/keypair/public/repositories/apk
20
+RUN echo 'https://packages.adoptium.net/artifactory/apk/alpine/main' >> /etc/apk/repositories
21
+
22
# Create unprivileged user for building, see
23
# https://github.com/hexops/dockerfile#use-a-static-uid-and-gid
24
RUN adduser -D -h /home/builder builder \
0 commit comments