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

misc

parent 4f88343d
Branches
Tags
No related merge requests found
File moved
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM centos:7
LABEL maintainer="Moritz Maxeiner <moritz.maxeiner@fu-berlin.de>"
......@@ -10,8 +10,8 @@ RUN yum install -y centos-release-scl && \
yum install -y epel-release && \
yum install -y devtoolset-8 && \
yum clean all
ADD gcc-8.sh /etc/profile.d/gcc-8.sh
ADD ld-library-path.sh /etc/profile.d/ld-library-path.sh
ADD bash/gcc-8.sh /etc/profile.d/gcc-8.sh
ADD bash/ld-library-path.sh /etc/profile.d/ld-library-path.sh
# CMake
RUN version=3.15.5 && \
......
File moved
File moved
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM microsoft/dotnet-framework:3.5-runtime-windowsservercore-ltsc2019
......
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# Sets exit to error when the command fails
......
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# Sets up Visual Studio Development environment
......
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: AGPL-3.0-or-later
VSDevEnv -arch='amd64' -vcvars_ver='14.16'
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: AGPL-3.0-or-later
#
# Executes CMake with vcpkg toolchain file
......
# SPDX-License-Identifier: MIT
# SPDX-License-Identifier: AGPL-3.0-or-later
ls "$pshome/profile.d/*.ps1" | % { . $_.FullName }
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows1809
RUN [Net.ServicePointManager]::SecurityProtocol = [Net.SecurityProtocolType]::Tls12; \
......
# SPDX-License-Identifier: AGPL-3.0-or-later
FROM git.imp.fu-berlin.de:5000/bioroboticslab/robofish/docker:base-windows1809
COPY opengl32.dll C:/Windows/System32/opengl32.dll
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment