Skip to content

Commit

Permalink
Install libpq5 again
Browse files Browse the repository at this point in the history
This was making problems with the celery images
  • Loading branch information
rolandgeider committed Aug 7, 2023
1 parent 904991a commit 31b3954
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions extras/docker/base/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,16 @@ LABEL maintainer="Roland Geider <[email protected]>"

# Install dependencies
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update \
&& apt-get install --no-install-recommends -y \
RUN apt update \
&& apt install --no-install-recommends -y \
locales \
nodejs \
npm \
python3-pip \
sqlite3 \
wget \
tzdata \
libpq5 \
&& npm install -g yarn sass\
&& locale-gen en_US.UTF-8

Expand Down

0 comments on commit 31b3954

Please sign in to comment.