We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 085c24f commit a520bf4Copy full SHA for a520bf4
docker/Dockerfile
@@ -14,7 +14,7 @@ WORKDIR /tmp/
14
RUN apt-get update && apt-get install -y libgl1-mesa-dev libxrender1 xvfb curl
15
RUN curl -sL https://deb.nodesource.com/setup_18.x -o nodesource_setup.sh && \
16
bash nodesource_setup.sh && \
17
- apt install nodejs
+ apt -y install nodejs
18
19
# Upgrade setuptools and pip
20
RUN python3 -m pip install -U setuptools pip pkgconfig
0 commit comments