Skip to content

Commit

Permalink
fix: missing dep in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Rafiot committed Feb 23, 2024
1 parent 3b7965c commit c3313b0
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 @@ -8,7 +8,7 @@ RUN apt-get update
RUN apt-get -y upgrade
RUN apt-get -y install wget python3-dev git python3-venv python3-pip python-is-python3
RUN apt-get -y install libnss3 libnspr4 libatk1.0-0 libatk-bridge2.0-0 libcups2 libxkbcommon0 libxdamage1 libgbm1 libpango-1.0-0 libcairo2 libatspi2.0-0
RUN apt-get -y install libxcomposite1 libxfixes3 libxrandr2 libasound2
RUN apt-get -y install libxcomposite1 libxfixes3 libxrandr2 libasound2 libmagic1
RUN pip3 install poetry

WORKDIR lookyloo
Expand Down

0 comments on commit c3313b0

Please sign in to comment.