forked from finn/tinyboard
restructure
This commit is contained in:
8
spoke/Dockerfile
Normal file
8
spoke/Dockerfile
Normal file
@@ -0,0 +1,8 @@
|
||||
FROM debian:bookworm-slim
|
||||
RUN apt-get update && apt-get install -y autossh openssh-client && rm -rf /var/lib/apt/lists/*
|
||||
ARG UID=1000
|
||||
ARG GID=1000
|
||||
RUN groupadd -g ${GID} armbian && useradd -m -u ${UID} -g armbian armbian
|
||||
USER armbian
|
||||
WORKDIR /home/armbian
|
||||
CMD ["autossh", "-M", "0", "-N"]
|
||||
Reference in New Issue
Block a user