
FROM ubuntu:12.04

RUN apt-get update && apt-get install -y alien

ENTRYPOINT "/bin/bash"


