KASM-6904 Refactor

This commit is contained in:
Dmitry Maksyoma 2025-03-09 17:52:52 +13:00
parent c9ea601582
commit 13d1656e2f
No known key found for this signature in database

View File

@ -3,8 +3,6 @@ FROM alpine:3.19
RUN apk add shadow bash
RUN apk add abuild sudo less
SHELL ["/bin/bash", "-c"]
ENV HOME /src/alpine
WORKDIR $HOME/kasmvncserver