FROM gcc:8 RUN apt-get update && apt-get install -y \ autoconf-archive \ autogen \ libmnl-dev \ uuid-dev \ && rm -rf /var/lib/apt/lists/*