mirror of
https://github.com/requarks/wiki.git
synced 2025-02-25 18:55:30 -06:00
chore: fix python issue for node18 in dev Dockerfile (#7029)
* Fix: email toLowerCase * Fix python issue for node18 in Dockerfile
This commit is contained in:
parent
ece5753ebb
commit
d5af4cb068
@ -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…
Reference in New Issue
Block a user