Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA authored Apr 20, 2022
1 parent ef6bc1a commit c95b330
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,12 @@ FROM quay.io/pypa/manylinux2014_x86_64

# Install.
RUN \
yum install -y epel-release yum-utils device-mapper-persistent-data lvm2 && \
yum install -y epel-release yum-utils && \
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

RUN sudo systemctl start docker

# Set environment variables.
ENV HOME /root

Expand Down

0 comments on commit c95b330

Please sign in to comment.