fix: fix planet generator spool directory creation
This commit is contained in:
parent
8ffcccb1e8
commit
8024071ae6
1 changed files with 2 additions and 1 deletions
|
@ -8,7 +8,8 @@ RUN <<EOF
|
||||||
|
|
||||||
apt-get install -y perl povray
|
apt-get install -y perl povray
|
||||||
|
|
||||||
mkdir -p /var/spool/pgen/{input,output}
|
mkdir -p /var/spool/pgen/input
|
||||||
|
mkdir -p /var/spool/pgen/output
|
||||||
chown -R www-data:www-data /var/spool/pgen
|
chown -R www-data:www-data /var/spool/pgen
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue