Skip to content

Commit

Permalink
set VCPKG_INSTALLATION_ROOT in Dockerfile ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesParrott committed Jun 25, 2024
1 parent aaac6c1 commit 0fe052a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ FROM quay.io/pypa/manylinux2014_x86_64
LABEL name="sDNA Linux Python Wheel Builder"

ENV PATH=/opt/python/cp312-cp312/bin/:$PATH
VCPKG_INSTALLATION_ROOT=/home/vcpkg

RUN yum install -y zip ninja-build && \
yum clean all

RUN git clone --depth=1 http://www.github.com/Microsoft/vcpkg && \
./vcpkg/bootstrap-vcpkg.sh && \
export VCPKG_INSTALLATION_ROOT=~/vcpkg
./vcpkg/bootstrap-vcpkg.sh


RUN curl -OL http://download.osgeo.org/geos/geos-3.3.5.tar.bz2 && \
Expand Down

0 comments on commit 0fe052a

Please sign in to comment.