Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
areed145 authored Oct 17, 2020
1 parent b3697a5 commit 8a16889
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
FROM python:3-slim

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

RUN pip install black

COPY run_black_on_git_diff_adds.sh /run_black_on_git_diff_adds.sh

ENTRYPOINT ["/run_black_on_git_diff_adds.sh"]
ENTRYPOINT ["/run_black_on_git_diff_adds.sh"]

0 comments on commit 8a16889

Please sign in to comment.