Skip to content

Commit

Permalink
fix dockerbuild
Browse files Browse the repository at this point in the history
  • Loading branch information
djkcyl committed Mar 29, 2023
1 parent ad5f62d commit dbfcb6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN --mount=type=tmpfs,target=/var/cache/apt/archives \
--mount=type=tmpfs,target=/var/lib/apt/lists \
--mount=type=tmpfs,target=/tmp \
sed -i 's/main/main non-free/g' /etc/apt/sources.list && \
playwright install --with-deps firefox
python -m playwright install --with-deps firefox
COPY . .
VOLUME /bbot/data
EXPOSE 6080
Expand Down

0 comments on commit dbfcb6f

Please sign in to comment.