Skip to content

Commit

Permalink
Install psql in deployed image for release script support
Browse files Browse the repository at this point in the history
  • Loading branch information
hancush committed Dec 2, 2024
1 parent 21ee67a commit 29672d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ LABEL maintainer "DataMade <info@datamade.us>"

RUN apt-get update && \
apt-get install -y libpq-dev gcc gdal-bin gnupg && \
apt-get install -y libxml2-dev libxslt1-dev antiword unrtf poppler-utils \
apt-get install -y libxml2-dev libxslt1-dev antiword unrtf poppler-utils postgresql-client \
tesseract-ocr flac ffmpeg lame libmad0 libsox-fmt-mp3 \
sox libjpeg-dev swig libpulse-dev curl git && \
apt-get clean && \
Expand Down

0 comments on commit 29672d0

Please sign in to comment.