Skip to content

Commit

Permalink
Use python slim images
Browse files Browse the repository at this point in the history
  • Loading branch information
amatissart committed Dec 7, 2018
1 parent 42dd6bd commit 0138bfe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion api/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.6-slim

RUN mkdir -p /usr/src/app
WORKDIR /usr/src/app
Expand Down
2 changes: 1 addition & 1 deletion importer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM python:3.6
FROM python:3.6-slim

RUN apt-get update
RUN apt-get -y install libyajl-dev
Expand Down

0 comments on commit 0138bfe

Please sign in to comment.