FROM ubuntu:16.04 RUN apt-get update -q RUN apt-get update && \ apt-get install -y --no-install-recommends \ ca-certificates \ cmake \ gcc \ libc6-dev \ make \ pkg-config RUN apt-get install -y curl wget libreadline-dev libsdl2-mixer-dev libsdl2-dev python-dev python3-dev g++ gcc libc6 libc6-dev binutils git make file ca-certificates zip dpkg-dev RUN curl https://sh.rustup.rs -sSf | sh -s -- -y ENV PATH /root/.cargo/bin:$PATH RUN git clone https://github.com/Gigoteur/PX8 && cd PX8 && \ cargo build --release --features="cpython lua" && ldd target/release/px8