From 3bd6192b4ebc61e7f54e8bf5dc34783e3b77e112 Mon Sep 17 00:00:00 2001 From: Manuel Giffels Date: Wed, 23 Feb 2022 09:25:15 +0100 Subject: [PATCH] Fix missing libgcc for cryptography --- CONTRIBUTORS | 2 +- containers/cobald-tardis/Dockerfile | 2 ++ docs/source/changelog.rst | 4 ++-- 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 55ad2c78..270e59df 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -2,9 +2,9 @@ Contributors ordered by number of commits: ========================================== Manuel Giffels Stefan Kroboth +Max Fischer Eileen Kuehn matthias.schnepf -Max Fischer ubdsv Rene Caspart Leon Schuhmacher diff --git a/containers/cobald-tardis/Dockerfile b/containers/cobald-tardis/Dockerfile index b3e432b8..37153520 100644 --- a/containers/cobald-tardis/Dockerfile +++ b/containers/cobald-tardis/Dockerfile @@ -13,6 +13,8 @@ RUN apk add --no-cache --virtual .build_deps \ && pip install --no-cache-dir git+$SOURCE_REPO_URL@$SOURCE_BRANCH \ && apk del --no-network .build_deps +RUN apk add --no-cache --update libgcc + WORKDIR /srv COPY cobald.yml /srv/cobald.yml diff --git a/docs/source/changelog.rst b/docs/source/changelog.rst index 49a82bcd..23418d82 100644 --- a/docs/source/changelog.rst +++ b/docs/source/changelog.rst @@ -1,4 +1,4 @@ -.. Created by changelog.py at 2022-01-28, command +.. Created by changelog.py at 2022-02-23, command '/Users/giffler/.cache/pre-commit/repor6pnmwlm/py_env-default/bin/changelog docs/source/changes compile --output=docs/source/changelog.rst' based on the format of 'https://keepachangelog.com/' @@ -6,7 +6,7 @@ CHANGELOG ######### -[Unreleased] - 2022-01-28 +[Unreleased] - 2022-02-23 ========================= Added