Skip to content

Commit

Permalink
Merge pull request #229 from giffels/fix-container
Browse files Browse the repository at this point in the history
Fix missing libgcc for cryptography
  • Loading branch information
giffels authored Feb 24, 2022
2 parents 1c30c48 + 3bd6192 commit 75b60e3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
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

0 comments on commit 75b60e3

Please sign in to comment.