Initial commit
This commit is contained in:
8
toolchain/Dockerfile.run
Normal file
8
toolchain/Dockerfile.run
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM alpine
|
||||
|
||||
RUN apk --update --no-cache add qemu-system-x86_64 qemu-ui-curses gdb && rm -rf /var/cache/apk/*
|
||||
|
||||
ENV MITTOS64 "true"
|
||||
ENV BUILDROOT "/opt"
|
||||
|
||||
WORKDIR "/opt"
|
||||
Reference in New Issue
Block a user