1 files changed, 1 insertions(+), 1 deletions(-)
M Dockerfile
M Dockerfile => Dockerfile +1 -1
@@ 4,7 4,7 @@ ENV SOAPBOX_FE_VERSION=v2.0.0
RUN apt-get update && \
DEBIAN_FRONTEND=noninteractive apt-get -y full-upgrade && \
- DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y postgresql postgresql-contrib imagemagick ffmpeg libimage-exiftool-perl unzip elixir ca-certificates curl supervisor openssh-client libmagic1 && \
+ DEBIAN_FRONTEND=noninteractive apt-get install --no-install-recommends -y postgresql postgresql-contrib imagemagick ffmpeg libimage-exiftool-perl unzip elixir ca-certificates curl supervisor openssh-client libmagic1 libssl1.1 && \
apt-get clean && \
sed -ie "s/data_directory =.*/data_directory = '\/data\/postgres'/" /etc/postgresql/14/main/postgresql.conf