FROM ubuntu:rolling as builder

RUN apt-get update && apt-get -y upgrade && apt-get -y install lib32stdc++6 wget
