FROM openlistteam/openlist:v4.1.9 USER root RUN apk update && apk add --no-cache \ curl \ wget \ net-tools VOLUME ["/app/data"] EXPOSE 443 ENV OPENLIT_DATA_DIR=/app/data