FROM shaddock/archlinux:latest
MAINTAINER epheo <github@epheo.eu>

RUN pacman -S --noconfirm netcat
EXPOSE 1234

CMD ["env"]
