Skip to content

Commit

Permalink
fix(Dockerfile): add required dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
vringar committed Oct 4, 2023
1 parent e63cba0 commit 761e46d
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 @@ -13,7 +13,7 @@ RUN apt-get clean -qq \
# git and make for `npm install`, wget for `install-mamba`
&& apt-get install wget git make -qq \
# deps to run firefox inc. with xvfb
&& apt-get install firefox xvfb -qq
&& apt-get install firefox xvfb libgtk-3-dev libasound2 libdbus-glib-1-2 libpci3 -qq

ENV HOME /opt
COPY scripts/install-mamba.sh .
Expand Down

0 comments on commit 761e46d

Please sign in to comment.