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.
2 parents 60a7a64 + 5030be8 commit bdcc919Copy full SHA for bdcc919
Dockerfile
@@ -9,7 +9,7 @@ USER root
9
SHELL ["/bin/bash", "--login", "-c"]
10
11
# Update the software
12
-RUN apt-get update && apt-get install -y ca-certificates curl gnupg software-properties-common
+RUN apt-get update && apt-get install -y ca-certificates curl gnupg
13
14
# Setup the NVM variables
15
ENV NVM_DIR=/usr/local/nvm
0 commit comments