1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-03-24 12:17:26 +01:00
fwbuilder/docker/Dockerfile.ubuntu_18.04
2020-03-23 22:24:02 +01:00

21 lines
280 B
Docker

FROM ubuntu:18.04
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"]