Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Pellerin
Mezzo
Commits
e3be0e05
Commit
e3be0e05
authored
Jun 11, 2018
by
Guillaume Pellerin
Browse files
use jessie-backports packages
parent
29cdf300
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
e3be0e05
...
...
@@ -9,7 +9,7 @@ COPY etc/apt/sources.list /etc/apt/
COPY
requirements.txt /srv
RUN
apt-get update
&&
\
DEBIAN_PACKAGES
=
$(
egrep
-v
"^
\s
*(#|
$)
"
/srv/requirements.txt
)
&&
\
apt-get
install
-y
--force-yes
$DEBIAN_PACKAGES
&&
\
apt-get
install
-f
jessie-backports
-y
--force-yes
$DEBIAN_PACKAGES
&&
\
echo
fr_FR.UTF-8 UTF-8
>>
/etc/locale.gen
&&
\
locale-gen
&&
\
apt-get clean
...
...
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