mittos65/toolchain/Dockerfile.run
2022-01-02 16:49:01 +01:00

8 lines
167 B
Docker

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"