Skip to content
Snippets Groups Projects
Commit fa41c95b authored by calrama's avatar calrama
Browse files

windows: Fix *devel images

parent 45b3ddac
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ COPY opengl32.dll C:/Windows/System32/opengl32.dll
COPY glu32.dll C:/Windows/System32/glu32.dll
COPY ddraw.dll C:/Windows/System32/ddraw.dll
COPY nvcuda.dll C:/Windows/System32/nvcuda.dll
RUN . /Library.ps1; \
RUN . $Profile; \
cd $env:VCPKG_DIR; \
$vcpkg_triplet = 'x64-windows-14.16'; \
Must-Run ./vcpkg install \
......
......@@ -3,7 +3,7 @@ FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows
COPY opengl32.dll C:/Windows/System32/opengl32.dll
COPY glu32.dll C:/Windows/System32/glu32.dll
COPY ddraw.dll C:/Windows/System32/ddraw.dll
RUN . /Library.ps1; \
RUN . $Profile; \
cd $env:VCPKG_DIR; \
$vcpkg_triplet = 'x64-windows-14.16'; \
Must-Run ./vcpkg install \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment