add jq
This commit is contained in:
parent
8651d02651
commit
38a45d9816
@ -7,7 +7,7 @@ RUN npm run build
|
||||
FROM serversideup/php:8.2-fpm-nginx
|
||||
WORKDIR /var/www/html
|
||||
ARG POSTGRES_VERSION=15
|
||||
RUN apt-get update && apt-get install -y php-pgsql openssh-client git git-lfs
|
||||
RUN apt-get update && apt-get install -y php-pgsql 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 composer.json composer.lock ./
|
||||
|
Loading…
Reference in New Issue
Block a user