uupdump 0.1.3

interactively retrieve uuid of recent Win11 iso images from uupdump.net
1
2
3
4
5
6
7
8
9
FROM ubuntu
LABEL maintainer=btwiuse
LABEL repo=github.com/btwiuse/uupdump
RUN apt-get update && apt-get install -y curl aria2 cabextract wimtools chntpw genisoimage busybox
#COPY ./target/release/uupdump /usr/bin/
COPY ./uupdump /usr/bin/
COPY ./entrypoint.sh /
# ENTRYPOINT ["/bin/bash"]
ENTRYPOINT ["/entrypoint.sh"]