mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-02-18 11:20:48 +01:00
7 lines
141 B
Plaintext
7 lines
141 B
Plaintext
FROM debian:buster
|
|
|
|
ENV DEBEMAIL="Kasm Technologies LLC <info@kasmweb.com>"
|
|
|
|
RUN apt-get update && \
|
|
apt-get -y install vim devscripts
|