ADD file:5208ec2040b51d8e590836cd0419c4635437cfd1577d520a1b46dc136ba538c5 in / |
CMD ["/bin/sh"] |
/bin/sh -c apk upgrade --no-cache && apk add --no-cache ca-certificates wget && apk add --no-cache --virtual xe-alpine-base -X https://xena.greedo.xeserv.us/pkg/alpine/edge/core/ --allow-untrusted xeserv-repo tini s6 && wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://alpine-pkgs.sgerrand.com/sgerrand.rsa.pub && wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.29-r0/glibc-2.29-r0.apk && apk add glibc-2.29-r0.apk && rm glibc-2.29-r0.apk && ln -s /usr/lib/libncurses.so.5 /usr/lib/libtinfo.so.5 |
COPY file:667db6c1a38e83a95ab87f350ea4f12b8575d44af15241be3781fd0585f9dd5c in /usr/sbin/entrypoint.sh |
ENTRYPOINT ["sh" "/usr/sbin/entrypoint.sh"] |
COPY dir:4b9f28ee0f5f0ec8f939048fae81ab308aeb4b31ad77c9bd6d300533ec83d49f in /etc/system |
LABEL distro=Alpine Linux |
WORKDIR /maison |
ENV PORT=5000 |
/bin/sh -c apk --no-cache add openssl ||: |
COPY file:1daa2897055890dd8fa2f152e212b790f330d9b6670a73e954720f95a28d111e in /usr/local/bin/maison |
COPY dir:89b2a9910b1d20c3eaa75e957a2ed5da8f2d4abc71bd0dc6a29ee4acda58ff23 in ./public |
/bin/sh -c mkdir -p var/cache |
CMD ["/bin/sh" "-c" "maison"] |