Skip to content

Commit d5af4cb

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/containers/Dockerfile

+1-1
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)