# Image for compiling petitboot. FROM arm64v8/ubuntu:17.10 ENV LANG C.UTF-8 ENV LC_ALL C.UTF-8 RUN apt-get update && apt-get install -y \ apt-utils \ autoconf \ autopoint \ bison \ flex \ gettext \ gcc \ git \ libtool \ libuv-dev \ libdevmapper-dev \ libncurses-dev \ pkg-config \ && rm -rf /var/lib/apt/lists/* CMD /bin/bash