Yvan-W commited on
Commit
11b4639
·
verified ·
1 Parent(s): fffb5f7

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -1,6 +1,6 @@
1
  FROM debian:12
2
 
3
- RUN apt update && apt install curl jq xvfb git wget zip unzip libgtk-3-0 libnotify4 libxss1 libxtst6 xdg-utils libatspi2.0-0 libsecret-1-0 libasound2 libnss3 -y
4
 
5
  WORKDIR /RUN
6
 
 
1
  FROM debian:12
2
 
3
+ RUN apt update && apt install curl jq xvfb git wget zip unzip libgtk-3-0 libnotify4 libxss1 libxtst6 xdg-utils libatspi2.0-0 libsecret-1-0 dbus libasound2 libnss3 -y
4
 
5
  WORKDIR /RUN
6