remove check-format dockerfile
This commit is contained in:
@@ -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"]
|
||||
Reference in New Issue
Block a user