little
[stylehouse.git] / Containerfile
blob192a5e5fc0ab15019b2c26edefe43877cfad0b90
1 FROM perl:latest
2 WORKDIR /app
3 # Install required packages
4 RUN apt-get update && apt-get install -y \
5     libuuid-perl \
6     libyaml-syck-perl \
7     libmojolicious-perl \
8     libjson-xs-perl \
9     libfile-slurp-perl \
10     liblist-moreutils-perl
11 CMD ./serve.pl