Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA authored May 17, 2022
1 parent c95b330 commit 86cf38e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN \
curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
yum-config-manager --add-repo https://download.docker.com/linux/centos/docker-ce.repo \
yum update -y && \
yum install -y openssl-devel openssl-static valgrind-devel nodejs docker-ce docker-ce-cli containerd.io
yum install -y openssl-devel openssl-static valgrind-devel nodejs docker-ce docker-ce-cli containerd.io tmate

# Set environment variables.
ENV HOME /root
Expand Down

0 comments on commit 86cf38e

Please sign in to comment.