Skip to content

Commit

Permalink
Merge branch 'master' into dependabot/npm_and_yarn/dot-openapidoc/gh-…
Browse files Browse the repository at this point in the history
…pages-5.0.0
  • Loading branch information
usmansaleem committed May 2, 2024
2 parents 798a8e7 + 7f4b76b commit 2685c53
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/jdk17/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ ENV JAVA_HOME=/opt/java/openjdk
ENV PATH "${JAVA_HOME}/bin:${PATH}"
COPY --from=jre-build /javaruntime $JAVA_HOME

RUN apt-get -y update && apt-get -y install libc-bin libc6 curl iputils-ping net-tools && rm -rf /var/lib/api/lists/*
RUN apt-get -y update && apt-get -y install adduser libc-bin libc6 curl iputils-ping net-tools && rm -rf /var/lib/api/lists/*
RUN adduser --disabled-password --gecos "" --home /opt/web3signer web3signer && \
chown web3signer:web3signer /opt/web3signer && chmod 755 /opt/web3signer

Expand Down

0 comments on commit 2685c53

Please sign in to comment.