Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
BotellaA authored Dec 9, 2021
1 parent 88d63b1 commit 446c285
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 @@ -4,7 +4,7 @@ FROM quay.io/pypa/manylinux2014_x86_64
# Install.
RUN \
yum install -y epel-release && \
curl -sL https://rpm.nodesource.com/setup_16.x | bash - && \
curl -sL https://rpm.nodesource.com/setup_14.x | bash - && \
yum update -y && \
yum install -y openssl-devel openssl-static valgrind-devel nodejs

Expand Down

0 comments on commit 446c285

Please sign in to comment.