First commit

This commit is contained in:
Yorick Barbanneau 2021-07-22 19:59:00 +02:00
commit abcf3fdf2a
4 changed files with 220 additions and 0 deletions

12
Dockerfile Normal file
View file

@ -0,0 +1,12 @@
FROM debian:bullseye-slim
RUN apt update \
&& apt install --no-install-recommends -y libext2fs2 \
parted \
bash
COPY docker/entrypoint.sh /tmp
COPY src/ /tmp
WORKDIR /tmp
#CMD bash
CMD /tmp/entrypoint.sh