Resolve KASM-5399 "Feature/ alpine 319"
This commit is contained in:
committed by
Matthew McClaskey
parent
8b5ee59ae2
commit
4c9b065c31
7
builder/dockerfile.alpine_319.apk.build
Normal file
7
builder/dockerfile.alpine_319.apk.build
Normal file
@@ -0,0 +1,7 @@
|
||||
FROM alpine:3.19
|
||||
|
||||
RUN apk add shadow bash
|
||||
|
||||
RUN useradd -m docker && echo "docker:docker" | chpasswd
|
||||
|
||||
USER docker
|
||||
Reference in New Issue
Block a user