remove check-format dockerfile

This commit is contained in:
Rasmus Karlsson 2019-11-02 12:13:01 +01:00
parent 9fe752cf3c
commit 40cb08a92e

View file

@ -1,10 +0,0 @@
FROM ubuntu:19.10
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get -y install clang-format
WORKDIR /build
CMD ["/bin/sh"]
ENTRYPOINT ["./tools/docker/build.sh"]