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
Thomas Citharel
ExOptimizer
Commits
4a18f0d9
Verified
Commit
4a18f0d9
authored
Oct 24, 2020
by
Thomas Citharel
🏃🏻
Browse files
Update CI Dockerfile
Signed-off-by:
Thomas Citharel
<
tcit@tcit.fr
>
parent
b4706d05
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
4a18f0d9
FROM
elixir:latest
LABEL
maintainer="Thomas Citharel <tcit@tcit.fr>"
ENV
REFRESHED_AT=20
19
-10-2
0
ENV
REFRESHED_AT=20
20
-10-2
4
RUN
apt-get update
-yq
&&
apt-get
install
-yq
jpegoptim pngquant gifsicle optipng libjpeg-progs webp
RUN
curl
-sL
https://deb.nodesource.com/setup_1
0
.x | bash
&&
apt-get
install
nodejs
-yq
RUN
curl
-sL
https://deb.nodesource.com/setup_1
2
.x | bash
&&
apt-get
install
nodejs
-yq
RUN
npm
install
-g
svgo
RUN
apt-get clean
&&
rm
-rf
/var/lib/apt/lists/
*
/tmp/
*
/var/tmp/
*
RUN
mix local.hex
--force
&&
mix local.rebar
--force
Write
Preview
Markdown
is supported
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