FROM lpenz/debian-lenny-i386-minbase
ARG DEBIAN_FRONTEND=noninteractive
ARG ARCH=i386
RUN apt-get update && \
    apt-get -y --force-yes install live-helper genisoimage syslinux squashfs-tools aptitude && \
    apt-get clean
