Delete Dockerfile
This commit is contained in:
parent
95a3a95418
commit
360b0f099a
1 changed files with 0 additions and 9 deletions
|
@ -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}/
|
|
Loading…
Add table
Reference in a new issue