mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 08:04:04 +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
|