We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5bd252a commit d19e40aCopy full SHA for d19e40a
doc/changelog.d/1758.fixed.md
@@ -0,0 +1 @@
1
+Linux Core Service docker file was missing a dependency
docker/linux/coreservice/Dockerfile
@@ -11,6 +11,7 @@ RUN apt-get update && \
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.* && \
14
+ apt-get install -y --no-install-recommends libgfortran5=12.2.* && \
15
rm -rf /var/lib/apt/lists/*
16
17
# Add the binary files from the latest release
0 commit comments