We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 587b9f1 commit 2dc5f78Copy full SHA for 2dc5f78
1 file changed
rootfs/Dockerfile.test
@@ -7,7 +7,7 @@ ENV PGDATA /var/lib/postgresql/12
7
8
ENV PATH="/app/.venv/bin:${PATH}"
9
10
-RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/main >>/etc/apk/repositories \
+RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositories \
11
&& apk add --update --virtual .build-deps \
12
postgresql-dev \
13
gcc \
@@ -27,7 +27,6 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/main >>/etc/apk/repositories
27
| awk 'system("[ -e /app/.venv/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
28
| xargs -rt apk add --no-cache --virtual .python-rundeps \
29
&& apk add --update --virtual .passport-rundeps \
30
- gcc \
31
git \
32
mercurial \
33
ca-certificates \
0 commit comments