Improve testing tools

This commit is contained in:
2022-01-06 00:39:17 +01:00
parent 2458a3db69
commit 30b9fe2c93
4 changed files with 13 additions and 2 deletions

View File

@@ -4,7 +4,8 @@ RUN apt-get update && \
apt-get install -y \
qemu-system-x86 \
gdb \
novnc
novnc \
netcat
ENV MITTOS64 "true"
ENV BUILDROOT "/opt"