Skip to content

Commit

Permalink
Added ca-certificates package for Docker base image
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Feb 16, 2022
1 parent e395453 commit 5efde65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM ubuntu:20.04
RUN apt-get update && apt-get -y upgrade && \
DEBIAN_FRONTEND="noninteractive" apt-get -y install \
tzdata build-essential wget git dcmtk jq inetutils-ping entr sshpass lsb-release lsb-core libpq-dev --no-install-recommends && \
tzdata build-essential wget git dcmtk jq inetutils-ping entr sshpass lsb-release lsb-core libpq-dev ca-certificates --no-install-recommends && \
rm -rf /var/lib/apt/lists/* && \
useradd -ms /bin/bash mercure && \
mkdir -p /opt/mercure/app/installation /opt/mercure/app/configuration
Expand Down

0 comments on commit 5efde65

Please sign in to comment.