Skip to content

Commit

Permalink
Add missing libs to Dockerfile (inotia00#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
Kiina authored Jul 16, 2024
1 parent 4d22c9e commit 35867f1
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 @@ -3,7 +3,7 @@ FROM node:lts-slim
WORKDIR /app

RUN apt-get --yes update && \
apt-get --yes install git wget java-common libasound2 libxi6 libxtst6 xdg-utils && \
apt-get --yes install git wget java-common libasound2 libxi6 libxtst6 xdg-utils libgtk2.0-0 libatk1.0-0 libpango1.0-0 libgdk-pixbuf2.0-0 libcairo2 libgl1-mesa-glx && \
wget -O /app/zulu.deb https://cdn.azul.com/zulu/bin/zulu17.50.19-ca-fx-jdk17.0.11-linux_amd64.deb && \
yes | dpkg -i /app/zulu.deb && \
rm /app/zulu.deb && \
Expand Down

0 comments on commit 35867f1

Please sign in to comment.