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 44a795c commit 96f9660Copy full SHA for 96f9660
docker/Dockerfile.certbot-node
@@ -11,7 +11,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - \
11
&& apt-get install -y gcc make g++ git nodejs \
12
&& apt-get clean \
13
&& rm -rf /var/lib/apt/lists/* \
14
- && npm install -g yarn
+ && npm install -g yarn \
15
+ && ln -s /usr/bin/python3 /usr/bin/python
16
17
# Check nodejs works on this architecture
18
COPY ./files/test.js /tmp/test.js
0 commit comments