Skip to content

Commit

Permalink
slim container needs a little help
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymond Gasper committed May 26, 2020
1 parent 497339c commit 3884620
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM python:3-slim

RUN apt update && apt -y upgrade
RUN apt install curl
RUN apt install jq

RUN pip install black

COPY run_black_on_git_diff_adds.sh /run_black_on_git_diff_adds.sh
Expand Down

0 comments on commit 3884620

Please sign in to comment.