repo.or.cz
/
stylehouse.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
back
[stylehouse.git]
/
Containerfile
blob
192a5e5fc0ab15019b2c26edefe43877cfad0b90
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