We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c97c2a commit 09b68dcCopy full SHA for 09b68dc
Dockerfile
@@ -23,7 +23,7 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10 \
23
VOLUME ["/data"]
24
25
# Add nodejs repository and install required packages
26
-RUN apt-get -y curl
+RUN apt-get -y install curl
27
RUN curl -sL https://deb.nodesource.com/setup | sudo bash -
28
29
# Install system dependencies
0 commit comments