Skip to content
Dockerfile 249 B
Newer Older
Szybet's avatar
Szybet committed
FROM debian:11

Szybet's avatar
Szybet committed
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get install -y fish openssl sudo kmod qemu-utils htop psmisc git
Szybet's avatar
Szybet committed

WORKDIR /home/build/inkbox/imgtool/

# Specify the command to run when the container starts
Szybet's avatar
Szybet committed
CMD ["/usr/bin/fish"]