update
This commit is contained in:
parent
a6e19c5476
commit
7903c5d820
8
assets/winbox.desktop
Normal file
8
assets/winbox.desktop
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
[Desktop Entry]
|
||||||
|
Name=Winbox
|
||||||
|
Comment=Starte Winbox mit Wine
|
||||||
|
Exec=wine ~/Downloads/winbox64.exe
|
||||||
|
Icon=utilities-terminal
|
||||||
|
Terminal=false
|
||||||
|
Type=Application
|
||||||
|
Categories=Network;
|
||||||
@ -10,6 +10,15 @@ WORKDIR $HOME
|
|||||||
|
|
||||||
RUN apt update
|
RUN apt update
|
||||||
RUN apt -y upgrade
|
RUN apt -y upgrade
|
||||||
|
RUN apt install filezilla
|
||||||
|
RUN apt install wine
|
||||||
|
RUN wget https://mt.lv/winbox64 -O winbox64.exe
|
||||||
|
RUN wine winbox64.exe
|
||||||
|
|
||||||
|
COPY assets/winbox.desktop ~/Desktop/winbox.desktop
|
||||||
|
RUN chmod +x ~/Desktop/winbox.desktop
|
||||||
|
|
||||||
|
|
||||||
RUN touch $HOME/Desktop/hello.txt
|
RUN touch $HOME/Desktop/hello.txt
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user