Fixed log
This commit is contained in:
@@ -1,10 +1,8 @@
|
||||
FROM alpine:latest
|
||||
|
||||
# Install socat and netcat in a single RUN command and clean up cache
|
||||
RUN apk add --no-cache socat netcat-openbsd \
|
||||
&& rm -rf /var/cache/apk/* /tmp/*
|
||||
|
||||
# Create socket directory and copy/set permissions in single layers
|
||||
COPY entrypoint.sh VERSION /
|
||||
RUN mkdir -p /socket \
|
||||
&& chmod +x /entrypoint.sh
|
||||
|
Reference in New Issue
Block a user