FROM alpine:3.15 RUN \ apk -U add rsyslog rsyslog-mmutf8fix COPY run.sh / EXPOSE 514/tcp EXPOSE 514/udp ENTRYPOINT ["/bin/sh", "/run.sh"]