Skip to content

Commit a520bf4

Browse files
fix docker (jorgensd#198)
* fix docker * Update README.md Co-authored-by: Jørgen Schartum Dokken <[email protected]> --------- Co-authored-by: Jørgen Schartum Dokken <[email protected]>
1 parent 085c24f commit a520bf4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ WORKDIR /tmp/
1414
RUN apt-get update && apt-get install -y libgl1-mesa-dev libxrender1 xvfb curl
1515
RUN curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh && \
1616
bash nodesource_setup.sh && \
17-
apt install nodejs
17+
apt -y install nodejs
1818

1919
# Upgrade setuptools and pip
2020
RUN python3 -m pip install -U setuptools pip pkgconfig

0 commit comments

Comments
 (0)