Skip to content
This repository has been archived by the owner on Feb 21, 2025. It is now read-only.

Commit

Permalink
Remove unneeded postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
nothingface0 committed Aug 31, 2023
1 parent d2d3d70 commit fe44b7d
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 @@ -5,7 +5,7 @@ FROM python:3.11
RUN apt update \
&& apt upgrade -y \
&& apt-get update --fix-missing \
&& apt install -y libgtk-3-0 iputils-ping sudo nano postgresql-13 python3-psycopg2
&& apt install -y libgtk-3-0 iputils-ping sudo nano python3-psycopg2

COPY . /dqmsquare_mirror
WORKDIR dqmsquare_mirror
Expand Down

0 comments on commit fe44b7d

Please sign in to comment.