This commit is contained in:
11
Dockerfile
Normal file
11
Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
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"]
|
||||
Reference in New Issue
Block a user