Skip to content

Commit d3daef6

Browse files
committed
Update Dockerfile
1 parent 787b62c commit d3daef6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ RUN apk add xorriso mtools squashfs-tools py3-yaml busybox unzip binutils wget
55
RUN apk add grub bash perl tar zstd coreutils dosfstools e2fsprogs util-linux
66
RUN git clone https://gitlab.com/tearch-linux/applications-and-tools/teaiso /tmp/teaiso
77
RUN cd /tmp/teaiso && make && make install DESTDIR=/
8-
RUN apk del git make gcc git musl-dev
8+
RUN apk del git gcc git musl-dev
99
RUN rm -rf /tmp/teaiso
1010
RUN mkdir -p /profile /output
1111
CMD /usr/bin/mkteaiso -p /profile -o /output

0 commit comments

Comments
 (0)