initial commit
This commit is contained in:
11
client/Dockerfile
Normal file
11
client/Dockerfile
Normal file
@@ -0,0 +1,11 @@
|
||||
FROM alpine:3.16
|
||||
|
||||
RUN apk --no-cache add openrc openssh bash && \
|
||||
ssh-keygen -A && \
|
||||
mkdir -p /run/openrc && \
|
||||
touch /run/openrc/softlevel
|
||||
|
||||
COPY scripts /opt/scripts
|
||||
RUN chmod 700 /opt/scripts
|
||||
|
||||
ENTRYPOINT ["/opt/scripts/setup.sh"]
|
||||
Reference in New Issue
Block a user