Skip to content

Commit 2dc5f78

Browse files
author
lijianguo
committed
chore(passport): modify alpinelinux repositories
1 parent 587b9f1 commit 2dc5f78

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

rootfs/Dockerfile.test

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ ENV PGDATA /var/lib/postgresql/12
77

88
ENV PATH="/app/.venv/bin:${PATH}"
99

10-
RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/main >>/etc/apk/repositories \
10+
RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/testing >>/etc/apk/repositories \
1111
&& apk add --update --virtual .build-deps \
1212
postgresql-dev \
1313
gcc \
@@ -27,7 +27,6 @@ RUN echo https://dl-cdn.alpinelinux.org/alpine/edge/main >>/etc/apk/repositories
2727
| awk 'system("[ -e /app/.venv/lib/" $1 " ]") == 0 { next } { print "so:" $1 }' \
2828
| xargs -rt apk add --no-cache --virtual .python-rundeps \
2929
&& apk add --update --virtual .passport-rundeps \
30-
gcc \
3130
git \
3231
mercurial \
3332
ca-certificates \

0 commit comments

Comments
 (0)