get Dockerfile to somewhat work

This commit is contained in:
2025-12-31 21:02:13 -08:00
parent 683449ba1a
commit 9379545db4
3 changed files with 6 additions and 2 deletions

View File

@@ -1,8 +1,6 @@
FROM docker
WORKDIR /
COPY composer /composer
RUN mkdir -p store/stack
RUN touch store/stack/.env
RUN apk update
RUN apk add --no-cache git python3 py3-pip
RUN pip3 install --no-cache-dir --break-system-packages -r composer/requirements.txt