cachepc-qemu

Fork of AMDESE/qemu with changes for cachepc side-channel attack
git clone https://git.sinitax.com/sinitax/cachepc-qemu
Log | Files | Refs | Submodules | LICENSE | sfeed.txt

debian-hppa-cross.docker (288B)


      1#
      2# Docker cross-compiler target
      3#
      4# This docker target builds on the debian Buster base image.
      5#
      6FROM qemu/debian10
      7
      8RUN apt update && \
      9    DEBIAN_FRONTEND=noninteractive eatmydata \
     10    apt install -y --no-install-recommends \
     11        gcc-hppa-linux-gnu \
     12        libc6-dev-hppa-cross