FROM alpine:3.4

RUN \
  apk update && apk upgrade && \
  apk add --no-cache \
  binutils \
  gummiboot \
  mtools \
  xorriso \
  && true
