File tree Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Expand file tree Collapse file tree 2 files changed +7
-2
lines changed Original file line number Diff line number Diff line change 1+ feat: minor changes to Linux Dockerfile
Original file line number Diff line number Diff line change @@ -8,7 +8,9 @@ WORKDIR /app
88
99# Install unzip
1010RUN apt-get update && \
11- apt-get install -y --no-install-recommends unzip=6.0-26+deb11u1 && \
11+ apt-get install -y --no-install-recommends unzip=6.* && \
12+ apt-get install -y --no-install-recommends gcc=4:12.2.* && \
13+ apt-get install -y --no-install-recommends mono-mcs=6.8.0.* && \
1214 rm -rf /var/lib/apt/lists/*
1315
1416# Add the binary files from the latest release
@@ -20,7 +22,7 @@ RUN unzip -qq linux-binaries.zip -d . && \
2022 rm -rf DockerLinux
2123
2224# Let the dynamic link loader where to search for shared libraries
23- ENV LD_LIBRARY_PATH="/app"
25+ ENV LD_LIBRARY_PATH="/app:/app/CI_Linux/bin "
2426
2527# Define env variables
2628ENV ANS_DSCO_REMOTE_PORT=50051
@@ -29,6 +31,8 @@ ENV ANS_DSCO_REMOTE_LOGS_CONFIG="linux"
2931ENV LOG_LEVEL=2
3032ENV ENABLE_TRACE=0
3133ENV ANSYSLMD_LICENSE_FILE=""
34+ ENV ANSYS_CI_INSTALL=/app/CI_Linux
35+ ENV P_SCHEMA=/app/Schema/
3236
3337# Add container labels
3438LABEL org.opencontainers.image.authors="ANSYS Inc."
You can’t perform that action at this time.
0 commit comments