Unverified Commit d5af4cb0 authored by craph's avatar craph Committed by GitHub

chore: fix python issue for node18 in dev Dockerfile (#7029)

* Fix: email toLowerCase * Fix python issue for node18 in Dockerfile
parent ece5753e
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment