Update Dockerfile

This commit is contained in:
Alexandre
2023-09-20 21:04:02 +02:00
committed by GitHub
parent e9d987987c
commit 185fe47459

View File

@@ -37,9 +37,6 @@ USER root
# Install PostgreSQL
ENV DEBIAN_FRONTEND=noninteractive
# Set shell
SHELL ["/bin/bash", "-o", "pipefail", "-"]
##################
# 3 Install apps #
##################