first commit
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
FROM debian:trixie
|
||||
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
live-build ca-certificates debootstrap xorriso squashfs-tools dosfstools \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /work
|
||||
ENTRYPOINT ["/bin/sh", "-c", "tr -d '\\r' < /work/build.sh | EP_ERASER_ROOT=/work /bin/sh"]
|
||||
Reference in New Issue
Block a user