mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2025-07-09 04:20:17 +02:00
9 lines
183 B
Docker
9 lines
183 B
Docker
ARG AA_DOCKER_TAG
|
|
FROM $AA_DOCKER_TAG
|
|
|
|
WORKDIR ${AUTH_HOME}
|
|
|
|
COPY /conf/requirements.txt requirements.txt
|
|
RUN --mount=type=cache,target=~/.cache \
|
|
pip install -r requirements.txt
|