Skip to content

Commit

Permalink
Update manylinux2014_x86_64-vcpkg to install proper dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
JesseFarebro committed Feb 16, 2022
1 parent bb90b2f commit 3d427e0
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docker/manylinux2014_x86_64-vcpkg.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@ FROM quay.io/pypa/manylinux2014_x86_64

LABEL org.opencontainers.image.source https://github.com/mgbellemare/Arcade-Learning-Environment

RUN yum install -y curl unzip zip tar

RUN git clone https://github.com/Microsoft/vcpkg.git /opt/vcpkg

ENV VCPKG_INSTALLATION_ROOT="/opt/vcpkg"
Expand Down

0 comments on commit 3d427e0

Please sign in to comment.