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

RUN apt-get update && apt-get upgrade && apt-get install -y openssl sudo kmod

WORKDIR /home/build/inkbox/imgtool/

# Specify the command to run when the container starts
CMD ["/bin/bash"]