Delete Dockerfile

This commit is contained in:
Ivan Fonarev 2023-10-28 20:31:08 +03:00
parent 95a3a95418
commit 360b0f099a

View file

@ -1,9 +0,0 @@
FROM debian:bookworm
WORKDIR /app
COPY . /app
RUN apt update
RUN apt install -y git dh-make build-essential autoconf autotools-dev
RUN apt-get clean autoclean
RUN apt-get autoremove --yes
RUN rm -rf /var/lib/{apt,dpkg,cache,log}/