Skip to content

Commit

Permalink
Adding missing dependency for docker container
Browse files Browse the repository at this point in the history
  • Loading branch information
tblock79 committed Sep 18, 2023
1 parent 7749ebb commit 1a9ac4d
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:22.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 ca-certificates python3-wheel python3-dev python3 python3-venv --no-install-recommends && \
tzdata build-essential wget git dcmtk jq inetutils-ping entr sshpass lsb-release lsb-core libpq-dev ca-certificates python3-wheel python3-dev python3 python3-venv libqt5core5a --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 1a9ac4d

Please sign in to comment.