docker-scripts/winbox/Dockerfile

6 lines
194 B
Docker

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