Skip to content
This repository was archived by the owner on Jul 22, 2025. It is now read-only.

Commit 7cf5e59

Browse files
author
arizz96
committed
Fix python package name
1 parent 430f1c6 commit 7cf5e59

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
FROM alpine:3.13.5 AS build_stage
22

33
WORKDIR /
4-
RUN apk --update add python py-pip build-base automake libtool m4 autoconf libevent-dev openssl-dev c-ares-dev
4+
RUN apk --update add python3 py-pip build-base automake libtool m4 autoconf libevent-dev openssl-dev c-ares-dev
55
RUN pip install docutils \
66
&& wget https://github.com/pgbouncer/pgbouncer/releases/download/pgbouncer_1_15_0/pgbouncer-1.15.0.tar.gz \
77
&& tar zxf pgbouncer-1.15.0.tar.gz && rm pgbouncer-1.15.0.tar.gz \

0 commit comments

Comments
 (0)