fix: docker+wacz troubles

This commit is contained in:
msramalho
2023-09-08 15:09:50 +01:00
parent edcb2da74a
commit 0dd45d90f1
2 changed files with 3 additions and 2 deletions

View File

@@ -2,7 +2,7 @@ FROM webrecorder/browsertrix-crawler:latest
ENV RUNNING_IN_DOCKER=1
WORKDIR /app/auto-archiver
WORKDIR /app
RUN pip install --upgrade pip && \
pip install pipenv && \