mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-21 15:43:28 +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
|