FROM debian
RUN apt-get update \
	&& apt-get install -y --no-install-recommends wine wget ca-certificates \
	&& apt-get clean \
	&& wget -O winbox.exe https://mt.lv/winbox64
CMD wine winbox.exe
