mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 15:43:28 +01:00
8 lines
113 B
Plaintext
8 lines
113 B
Plaintext
FROM alpine:3.18
|
|
|
|
RUN apk add shadow bash
|
|
|
|
RUN useradd -m docker && echo "docker:docker" | chpasswd
|
|
|
|
USER docker
|