Skip to content

Commit

Permalink
chore: fix python issue for node18 in dev Dockerfile (#7029)
Browse files Browse the repository at this point in the history
* Fix: email toLowerCase

* Fix python issue for node18 in Dockerfile
  • Loading branch information
craph committed Feb 28, 2024
1 parent ece5753 commit d5af4cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/containers/Dockerfile
Expand Up @@ -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
Expand Down

0 comments on commit d5af4cb

Please sign in to comment.