mirror of
https://github.com/Chatterino/chatterino2.git
synced 2024-11-13 19:49:51 +01:00
remove check-format dockerfile
This commit is contained in:
parent
9fe752cf3c
commit
40cb08a92e
|
@ -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"]
|
Loading…
Reference in a new issue