1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-01-14 06:52:45 +01:00
fwbuilder/docker/Dockerfile.ubuntu_20.04
2020-10-09 00:34:26 +02:00

22 lines
315 B
Docker

FROM ubuntu:20.04
ENV DEBIAN_FRONTEND=noninteractive
RUN apt-get update && apt-get install -y \
autoconf \
automake \
clang \
g++ \
libtool \
libsnmp-dev \
libxml2-dev \
libxslt1-dev \
make \
nsis \
cmake \
git \
qt5-default \
ccache
WORKDIR /
CMD ["bash"]