We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 002c49e commit d4ab5ddCopy full SHA for d4ab5dd
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/testing >>/etc/apk/repositories \
+RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/main >>/etc/apk/repositories \
11
&& apk add --update --virtual .build-deps \
12
postgresql-dev \
13
gcc \
@@ -29,6 +29,7 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositor
29
)" \
30
&& apk add --update --virtual .passport-rundeps \
31
$runDeps \
32
+ gcc \
33
git \
34
mercurial \
35
ca-certificates \
0 commit comments