Skip to content

Commit d19e40a

Browse files
fix: Linux Core Service docker file was missing a dependency (#1758)
Co-authored-by: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com>
1 parent 5bd252a commit d19e40a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

doc/changelog.d/1758.fixed.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Linux Core Service docker file was missing a dependency

docker/linux/coreservice/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get update && \
1111
apt-get install -y --no-install-recommends unzip=6.* && \
1212
apt-get install -y --no-install-recommends gcc=4:12.2.* && \
1313
apt-get install -y --no-install-recommends mono-mcs=6.8.0.* && \
14+
apt-get install -y --no-install-recommends libgfortran5=12.2.* && \
1415
rm -rf /var/lib/apt/lists/*
1516

1617
# Add the binary files from the latest release

0 commit comments

Comments
 (0)