Skip to content

Commit

Permalink
fix: add git
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesKyburz committed Jun 25, 2021
1 parent 1ce3aaf commit 9032d40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -132,7 +132,7 @@ RUN \
mkdir -p "$GOPATH/src" "$GOPATH/bin" && chmod -R 777 "$GOPATH" && \
mkdir -p /root/.config && \
chown -R $USER:$(id -gn $USER) /root/.config && \
yum install -y python3 jq unzip openssl openssh-clients less && \
yum install -y git python3 jq unzip openssl openssh-clients less && \
python3 -m pip install -U pip && \
log_info "installing node" && \
curl -sL https://rpm.nodesource.com/setup_lts.x | bash - && \
Expand Down

0 comments on commit 9032d40

Please sign in to comment.