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.
2 parents 5c4ee4d + d760cd2 commit 3835065Copy full SHA for 3835065
1 file changed
images/maven-adopt-8-ng/Dockerfile
@@ -37,9 +37,11 @@ RUN mkdir ${TMP_DIR}
37
38
COPY requirements.yml ${TMP_DIR}/requirements.yml
39
40
+## add also permissions to write new certs
41
RUN mkdir -p /home/${USERNAME}/.m2/ \
42
&& chown -R $USERNAME /home/$USERNAME \
- && chown -R $USERNAME /run/user/$USERID
43
+ && chown -R $USERNAME /run/user/$USERID \
44
+ && chmod 666 /usr/lib/jvm/adoptopenjdk-8-hotspot-amd64/jre/lib/security/cacerts
45
46
# install npm tools: yarn
47
ENV NPM_CONFIG_LOGLEVEL=warn NG_CLI_ANALYTICS=false
0 commit comments