Files
sparsebundlefs-mirror/Dockerfile.linux-gcc
2021-06-27 23:32:55 +02:00

14 lines
212 B
Docker

FROM ubuntu:16.04
ARG arch
RUN dpkg --add-architecture $arch && \
apt-get update && \
apt-get install -y \
build-essential \
git \
g++-multilib \
pkg-config:$arch \
libfuse-dev:$arch \
fuse:$arch