Skip to content

Commit

Permalink
Restore nexus rootCA import
Browse files Browse the repository at this point in the history
  • Loading branch information
hbenali committed Feb 10, 2024
1 parent 9048d06 commit 9b7a01c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,11 @@ RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-key 23F3D4EA75716059 \
&& apt-get -qq update \
&& apt-get -qq -y install gh

# Authorize nexus repository (legacy workaround due to GandiSSL Root CA certs renewl issue)
RUN openssl s_client -showcerts -connect repository.exoplatform.org:443 </dev/null 2>/dev/null | openssl x509 -outform PEM > /etc/ssl/certs/repository.exoplatform.org \
&& chmod 0600 /etc/ssl/certs/repository.exoplatform.org \
&& update-ca-certificates

# Add some aliases
RUN echo "alias ll='ls -al --color'" > /etc/profile.d/aliases.sh

Expand Down

0 comments on commit 9b7a01c

Please sign in to comment.