get Dockerfile to somewhat work
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user