Remove unnecessary RUN step

This commit is contained in:
Tuschl 2020-04-15 23:31:12 +02:00
parent d7e59347c1
commit 96d1f51dba

View File

@ -4,7 +4,6 @@ RUN apk add --no-cache clang python3
ADD run-clang-format/run-clang-format.py /usr/bin
RUN mkdir /src
WORKDIR /src
ENTRYPOINT ["python3", "/usr/bin/run-clang-format.py"]