Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
docker-image-recipes
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
e0c225a7
authored
2017-09-14 12:17:54 -0500
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Switch from stretch to stretch-slim.
1 parent
72e082fe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
mysql/Dockerfile
nginx/Dockerfile
mysql/Dockerfile
View file @
e0c225a
1
FROM
debian:stretch
1
FROM
debian:stretch
-slim
2
2
3
COPY files/ /tmp/files/
3
COPY files/ /tmp/files/
4
RUN
/tmp/files/configure
4
RUN
/tmp/files/configure
...
...
nginx/Dockerfile
View file @
e0c225a
1
FROM
debian:stretch
1
FROM
debian:stretch
-slim
2
2
3
ARG NGINX_EXTRA_PACKAGES
3
ARG NGINX_EXTRA_PACKAGES
4
4
...
...
Please
register
or
sign in
to post a comment