Newer
Older
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get install -y fish openssl sudo kmod qemu-utils htop psmisc git
WORKDIR /home/build/inkbox/imgtool/
# Specify the command to run when the container starts
RUN apt-get -y update
RUN apt-get -y upgrade
RUN apt-get install -y fish openssl sudo kmod qemu-utils htop psmisc git
WORKDIR /home/build/inkbox/imgtool/
# Specify the command to run when the container starts