Skip to content

Commit

Permalink
Merge branch 'development' of https://github.com/NFDI4Chem/nmrxiv int…
Browse files Browse the repository at this point in the history
…o development
  • Loading branch information
CS76 committed Nov 14, 2023
2 parents cca8fce + bd750d4 commit ab06c28
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion resources/ops/docker/app/app.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ RUN docker-php-ext-install sockets
RUN pecl install apcu
RUN docker-php-ext-enable apcu
RUN docker-php-ext-install pcntl
RUN apk update && apk add postgresql-client
#RUN apk update && apk add postgresql-client
RUN apk --update add postgresql15-client --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main

RUN set -ex \
&& apk --no-cache add \
Expand Down

0 comments on commit ab06c28

Please sign in to comment.