We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2152696 commit 7e0c8d0Copy full SHA for 7e0c8d0
1 file changed
testing/PostgresDockerfile
@@ -13,7 +13,7 @@ RUN apt update -y && \
13
curl -fsSL https://www.postgresql.org/media/keys/ACCC4CF8.asc | gpg --dearmor -o /etc/apt/trusted.gpg.d/postgresql.gpg
14
RUN apt update -y && \
15
apt install -y \
16
- python3.8 \
+ python3 \
17
python3-pip \
18
python3-psycopg2 \
19
curl \
0 commit comments