fixed dockerfile (#340)

remotes/1693045480750635534/spooky-22
scitzocel 2022-08-25 09:14:56 -04:00 committed by GitHub
parent d25a172270
commit fbf9028d4f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM ubuntu:20.04
ARG DEBIAN_FRONTEND=noninteractive
RUN apt update && apt -y upgrade && apt install -y supervisor python3-pip libenchant1c2a ffmpeg
RUN apt update && apt -y upgrade && apt install -y supervisor python3-pip libenchant1c2a ffmpeg postgresql libpq-dev
COPY supervisord.conf /etc/supervisord.conf