Skip to content
Snippets Groups Projects
Verified Commit 828330c3 authored by Daniel Petri's avatar Daniel Petri
Browse files

Add qemu-user

parent ec436348
No related branches found
No related tags found
No related merge requests found
FROM ubuntu:oracular
RUN apt update && apt install -y ca-certificates openssh-server python3-pip python3-dev xxd file \
RUN apt update && apt install -y ca-certificates openssh-server python3-pip python3-dev xxd file qemu-user \
libssl-dev libffi-dev build-essential binutils-multiarch git gdb gdb-multiarch ltrace strace tmux wget curl && \
apt clean && rm -rf /var/lib/apt/lists/* && touch /root/.hushlogin
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment