Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Pixel Humain
docker
Commits
97bf59c0
Commit
97bf59c0
authored
Mar 26, 2019
by
thomas craipeau
Browse files
update debian:jessie repo
parent
bad9ea25
Changes
2
Hide whitespace changes
Inline
Side-by-side
docker-front/Dockerfile
View file @
97bf59c0
...
...
@@ -6,6 +6,7 @@ ENV MONGO_DB ${MONGO_DB}
ONBUILD
ENV
MONGO_URL ${MONGO_DB}
# Install packages
RUN
sed
-i
'/jessie-updates/d'
/etc/apt/sources.list
RUN
apt-get update
&&
apt-get
install
-my
\
nginx
\
curl
\
...
...
docker-install/Dockerfile
View file @
97bf59c0
...
...
@@ -6,6 +6,7 @@ RUN echo "deb http://repo.mongodb.org/apt/debian jessie/mongodb-org/3.4 main" |
# Add key and install packages
# TODO Key problem for mongodb
RUN
sed
-i
'/jessie-updates/d'
/etc/apt/sources.list
RUN
apt-key adv
--keyserver
hkp://keyserver.ubuntu.com:80
--recv
0C49F3730359A14518585931BC711F9BA15703C6
&&
\
apt-get update
&&
\
apt-get
install
--force-yes
-y
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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