Skip to content
Snippets Groups Projects
Commit e39fb243 authored by Théo Le Calvar's avatar Théo Le Calvar
Browse files

add package that provides mkisofs in Dockerfile

parent 61bf9f2b
No related branches found
No related tags found
No related merge requests found
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
FROM --platform=linux/amd64 alpine:latest FROM --platform=linux/amd64 alpine:latest
RUN apk add bash git g++ gdb make qemu qemu-img qemu-system-x86_64 qemu-system-i386 qemu-ui-curses && \ RUN apk add bash git g++ gdb make qemu qemu-img qemu-system-x86_64 qemu-system-i386 qemu-ui-curses cdrkit && \
adduser -D -s /bin/bash vscode && \ adduser -D -s /bin/bash vscode && \
touch /home/vscode/.bashrc && \ touch /home/vscode/.bashrc && \
chown vscode:vscode /home/vscode/.bashrc chown vscode:vscode /home/vscode/.bashrc
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment