Fix python issue for node18 in Dockerfile

pull/7029/head
craph 2 years ago committed by GitHub
parent b881ecfd54
commit 7eed970194
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -5,7 +5,7 @@ FROM node:18
LABEL maintainer "requarks.io"
RUN apt-get update && \
apt-get install -y bash curl git python make g++ nano openssh-server gnupg && \
apt-get install -y bash curl git python3 make g++ nano openssh-server gnupg && \
mkdir -p /wiki
WORKDIR /wiki

Loading…
Cancel
Save