1
0
Fork 0
mirror of https://codeberg.org/icewind/haze.git synced 2026-06-03 17:14:08 +02:00

image: add cypress dependencies

This commit is contained in:
Robin Appelman 2024-02-06 18:29:01 +01:00
commit 17738c8bbb

View file

@ -21,7 +21,8 @@ RUN DEBIAN_FRONTEND=noninteractive ;\
python3-pip \
procps \
# chromium \
ncat && \
ncat && \
apt-get install --assume-yes libgtk2.0-0 libgtk-3-0 libgbm-dev libnotify-dev libnss3 libxss1 libasound2 libxtst6 xauth xvfb && \
curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64-2.1.35.zip" -o "awscliv2.zip" && \
unzip awscliv2.zip && \
./aws/install && \