Skip to content

Commit b36fef4

Browse files
committed
fuck ci
1 parent 3ac20e8 commit b36fef4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

deploy/Dockerfile.RUNTIME

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,14 @@ LABEL Name=django-sspanel
77
WORKDIR /tmp
88
COPY pyproject.toml poetry.lock /tmp/
99

10+
RUN pip install -U pip
11+
1012
RUN apk add --update --no-cache mariadb-connector-c-dev tzdata \
1113
&& apk add --no-cache --virtual .build-deps mariadb-dev libgcc gcc musl-dev libffi-dev libressl-dev make cargo \
1214
# TODO workaround start
1315
&& pip install --no-cache-dir poetry \
1416
&& poetry config virtualenvs.create false \
1517
&& poetry install --no-dev --no-interaction --no-ansi \
1618
# TODO workaround end
17-
&& apk del .build-deps \
1819
&& cp /usr/share/zoneinfo/Asia/Shanghai /etc/localtime \
1920
&& echo "Asia/Shanghai" > /etc/timezone

0 commit comments

Comments
 (0)