Bump spoc version and reflect /tmp mode change in spoc#6

This commit is contained in:
Disassembler 2020-04-26 18:46:11 +02:00
parent 92b61944dd
commit 16c9a6c862
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
6 changed files with 6 additions and 6 deletions

@ -1 +1 @@
Subproject commit ba9baa93623133b4f22d0dd959d9d1dd74dcfc5b
Subproject commit bb694671f26ea0327389a01fc695fd7dcefd5abf

@ -1 +1 @@
Subproject commit f6c7823b6a3f9e95db856f81618e55920cf3545a
Subproject commit 17743ff767e2cf7a4178fb4ae9a32384b9a2ff16

View File

@ -17,8 +17,8 @@ COPY image.d
RUN EOF
# Patch config
cd /srv/crismapp
patch -p0 </config.patch
rm /config.patch
patch -p0 </tmp/config.patch
rm /tmp/config.patch
# Create OS user
addgroup -S -g 8080 crismapp

View File

@ -44,13 +44,13 @@ RUN EOF
# Patch web2py for python 3.8
cd /srv/web2py
patch -p0 </tmp/python38.patch
patch -p0 </tmp/compat.patch
# Cleanup
apk --no-cache del .deps
find /srv/web2py -name '.git*' -exec rm -rf {} +
rm -r /root/.cache
rm /tmp/python38.patch
rm /tmp/compat.patch
EOF
CMD /bin/s6-svscan /etc/services.d