Official Intergalactic Post Discussion

Official discussion thread for Intergalactic Post. Please do not post any spoilers or big hints.

For those that want to play this tiny little web challenge, please be aware that you need to adjust the Dockerfile a little bit as php7 is not anymore in the standard repos.

RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.13/community" >> /etc/apk/repositories
RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk update && apk upgrade

best of luck