From 8a168896d3d34981b266844c697eddca20e88175 Mon Sep 17 00:00:00 2001 From: Adam Reeder Date: Fri, 16 Oct 2020 21:50:13 -0500 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index af9f02c..4153156 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file +ENTRYPOINT ["/run_black_on_git_diff_adds.sh"]