Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Jonah Kanner
gracedb
Commits
b0d91040
Commit
b0d91040
authored
Apr 10, 2019
by
Thomas Downes
Committed by
GraceDB
Apr 10, 2019
Browse files
Update image to allow shibboleth SP 3.0.x to install dependencies from stretch-backports
parent
fadf52a3
Changes
2
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
b0d91040
...
...
@@ -5,7 +5,9 @@ LABEL name="LIGO GraceDB Django application" \
ARG
SETTINGS_MODULE="config.settings.container.dev"
COPY
docker/SWITCHaai-swdistrib.gpg /etc/apt/trusted.gpg.d
COPY
docker/backports.pref /etc/apt/preferences.d
RUN
echo
'deb http://pkg.switch.ch/switchaai/debian stretch main'
>
/etc/apt/sources.list.d/shibboleth.list
RUN
echo
'deb http://deb.debian.org/debian stretch-backports main'
>
/etc/apt/sources.list.d/backports.list
RUN
curl
-sL
https://deb.nodesource.com/setup_8.x | bash -
RUN
apt-get update
&&
\
apt-get
install
--install-recommends
--assume-yes
\
...
...
docker/backports.pref
0 → 100644
View file @
b0d91040
Explanation: shibboleth 3.0 dependencies
Package: init-system-helpers libxerces-c3.2
Pin: release a=stretch-backports
Pin-Priority: 500
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment