You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
7 lines
257 B
7 lines
257 B
FROM debian:10
|
|
RUN dpkg --add-architecture i386
|
|
RUN apt-get update
|
|
RUN apt-get install -y wget wine wine32 make git
|
|
COPY .wine/user.reg /root/.wine/user.reg
|
|
COPY .wine/system.reg /root/.wine/system.reg
|
|
COPY .wine/drive_c/Keil_v5 /root/.wine/drive_c/Keil_v5
|