update dockerfiles

This commit is contained in:
Andras Bacsai
2023-06-13 11:33:08 +02:00
parent ff4eed5342
commit dfe183d4fc
4 changed files with 11 additions and 11 deletions

View File

@@ -1,6 +1,6 @@
FROM serversideup/php:8.2-fpm-nginx
ARG POSTGRES_VERSION=15
RUN apt-get update && apt-get install -y php-pgsql openssh-client git git-lfs jq
RUN apt-get update && apt-get install -y php-pgsql postgresql-client openssh-client git git-lfs jq
RUN apt-get -y autoremove && apt-get clean && rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/* /usr/share/doc/*
COPY docker/dev-ssu/nginx.conf /etc/nginx/conf.d/custom.conf