1
0
mirror of https://github.com/fwbuilder/fwbuilder synced 2026-05-06 00:57:30 +02:00
fwbuilder/docker/Dockerfile.ubuntu_18.04

18 lines
246 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 \
qbs \
qt5-default
WORKDIR /root