Resolve KASM-5399 "Feature/ alpine 319"

This commit is contained in:
Ryan Kuba
2024-01-03 12:01:48 +00:00
committed by Matthew McClaskey
parent 8b5ee59ae2
commit 4c9b065c31
3 changed files with 165 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
FROM alpine:3.19
RUN apk add shadow bash
RUN useradd -m docker && echo "docker:docker" | chpasswd
USER docker