Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix missing libgcc for cryptography #229

Merged
merged 1 commit into from
Feb 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CONTRIBUTORS
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ Contributors ordered by number of commits:
==========================================
Manuel Giffels <giffels@gmail.com>
Stefan Kroboth <stefan.kroboth@gmail.com>
Max Fischer <maxfischer2781@gmail.com>
Eileen Kuehn <eileen.kuehn@kit.edu>
matthias.schnepf <matthias.schnepf@kit.edu>
Max Fischer <maxfischer2781@gmail.com>
ubdsv <ubdsv@student.kit.edu>
Rene Caspart <rene.caspart@cern.ch>
Leon Schuhmacher <ji7635@partner.kit.edu>
Expand Down
2 changes: 2 additions & 0 deletions containers/cobald-tardis/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
.. 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/'

#########
CHANGELOG
#########

[Unreleased] - 2022-01-28
[Unreleased] - 2022-02-23
=========================

Added
Expand Down