We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 787b62c commit d3daef6Copy full SHA for d3daef6
Dockerfile
@@ -5,7 +5,7 @@ RUN apk add xorriso mtools squashfs-tools py3-yaml busybox unzip binutils wget
5
RUN apk add grub bash perl tar zstd coreutils dosfstools e2fsprogs util-linux
6
RUN git clone https://gitlab.com/tearch-linux/applications-and-tools/teaiso /tmp/teaiso
7
RUN cd /tmp/teaiso && make && make install DESTDIR=/
8
-RUN apk del git make gcc git musl-dev
+RUN apk del git gcc git musl-dev
9
RUN rm -rf /tmp/teaiso
10
RUN mkdir -p /profile /output
11
CMD /usr/bin/mkteaiso -p /profile -o /output
0 commit comments