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

misc

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