mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-11-28 08:30:31 +08:00
6 lines
141 B
Text
6 lines
141 B
Text
FROM debian:buster
|
|
|
|
ENV DEBEMAIL="Kasm Technologies LLC <info@kasmweb.com>"
|
|
|
|
RUN apt-get update && \
|
|
apt-get -y install vim devscripts
|