Skip to content

Commit d5af4cb

Browse files
authored
chore: fix python issue for node18 in dev Dockerfile (requarks#7029)
* Fix: email toLowerCase * Fix python issue for node18 in Dockerfile
1 parent ece5753 commit d5af4cb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/containers/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ FROM node:18
55
LABEL maintainer "requarks.io"
66

77
RUN apt-get update && \
8-
apt-get install -y bash curl git python make g++ nano openssh-server gnupg && \
8+
apt-get install -y bash curl git python3 make g++ nano openssh-server gnupg && \
99
mkdir -p /wiki
1010

1111
WORKDIR /wiki

0 commit comments

Comments
 (0)