mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2024-11-22 16:13:13 +01:00
9 lines
187 B
Plaintext
9 lines
187 B
Plaintext
FROM ubuntu:18.04
|
|
|
|
RUN apt-get update && \
|
|
apt-get -y install vim build-essential devscripts equivs
|
|
|
|
COPY ./debian/control /tmp
|
|
|
|
RUN echo YYY | mk-build-deps --install /tmp/control
|