Skip to content

Commit 8e7eef9

Browse files
[FIX] apk add command
based on a89c10e
1 parent baeaa65 commit 8e7eef9

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

Dockerfile

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,7 @@ ENV CERTS="{}" \
1919
RUN apk add --no-cache python3 \
2020
&& mkdir -p /etc/postgres \
2121
&& chmod a=rwx /etc/postgres
22-
RUN apk add --no-cache -t .build \
23-
build-base \
24-
linux-headers \
25-
py3-pip \
26-
python3-dev \
27-
&& pip3 install --no-cache-dir \
28-
netifaces \
29-
&& apk del .build
22+
RUN apk add --no-cache py3-netifaces
3023
COPY autoconf-entrypoint /
3124

3225
# Metadata

0 commit comments

Comments
 (0)