Skip to content

Commit c8c47cf

Browse files
authored
Update Dockerfile
1 parent 3032180 commit c8c47cf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

linux/jdk/alpine/src/main/packaging/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ RUN set -eux; \
1515
sudo \
1616
wget
1717

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+
1822
# Create unprivileged user for building, see
1923
# https://github.com/hexops/dockerfile#use-a-static-uid-and-gid
2024
RUN adduser -D -h /home/builder builder \

0 commit comments

Comments
 (0)