First commit
This commit is contained in:
commit
abcf3fdf2a
4 changed files with 220 additions and 0 deletions
12
Dockerfile
Normal file
12
Dockerfile
Normal 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
|
Loading…
Add table
Add a link
Reference in a new issue