File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11ARG CODENAME
22FROM registry.drycc.cc/drycc/base:${CODENAME}
33
4- ENV DRYCC_UID=1001 \
4+ ARG DRYCC_UID=1001 \
55 DRYCC_GID=1001 \
66 DRYCC_HOME_DIR=/workspace \
77 PYTHON_VERSION="3.13"
Original file line number Diff line number Diff line change 11ARG CODENAME
22FROM registry.drycc.cc/drycc/base:${CODENAME}
33
4- ARG DRYCC_HOME_DIR=/workspace
5-
6- COPY requirements.txt ${DRYCC_HOME_DIR}/requirements.txt
7- COPY dev_requirements.txt ${DRYCC_HOME_DIR}/dev_requirements.txt
8-
9- ENV PGDATA="/opt/drycc/postgresql/data" \
4+ ARG DRYCC_HOME_DIR=/workspace \
105 PYTHON_VERSION="3.13" \
116 VALKEY_VERSION="8.1.3" \
127 POSTGRES_VERSION="17.6" \
138 GOSU_VERSION="1.18"
149
10+ COPY requirements.txt ${DRYCC_HOME_DIR}/requirements.txt
11+ COPY dev_requirements.txt ${DRYCC_HOME_DIR}/dev_requirements.txt
12+
13+ ENV PGDATA="/opt/drycc/postgresql/data"
14+
1515RUN buildDeps='gcc rustc cargo libffi-dev musl-dev openssl'; \
1616 install-packages mercurial ca-certificates git inotify-tools $buildDeps \
1717 && curl -SsL https://cli.codecov.io/latest/$([ $(dpkg --print-architecture) == "arm64" ] && echo linux-arm64 || echo linux)/codecov -o /usr/local/bin/codecov \
You can’t perform that action at this time.
0 commit comments