| a/codesys-ide/Dockerfile | b/codesys-ide/Dockerfile | ||
|---|---|---|---|
... |
... |
||
| 6 | # |
6 | # |
| 7 | FROM debian:bullseye |
7 | FROM debian:bullseye |
| 8 | 8 | ||
| 9 | RUN dpkg --add-architecture i386 |
9 | RUN dpkg --add-architecture i386 |
| 10 | RUN apt-get update && \ |
10 | RUN apt-get update && \ |
| 11 | apt-get install -y wine32 wine64 wget subversion winbind cabextract msitools xvfb xdotool jwm procps multiarch-support |
11 | apt-get install -y wine32 wine64 wget subversion winbind cabextract msitools xvfb xdotool jwm procps |
| 12 | 12 | ||
| 13 | RUN useradd -ms /bin/bash wineuser |
13 | RUN useradd -ms /bin/bash wineuser |
| 14 | 14 | ||
| 15 | # Configure locales |
15 | # Configure locales |
| 16 | RUN apt-get install -y locales |
16 | RUN apt-get install -y locales |
... |
... |
||
| 35 | 35 | ||
| 36 | # Install Linux SL package (in IDE and the runtime) |
36 | # Install Linux SL package (in IDE and the runtime) |
| 37 | RUN codesys install https://store.codesys.com/ftp_download/3S/LinuxSL/2302000005/3.5.16.0/CODESYS%20Control%20for%20Linux%20SL%203.5.16.0.package |
37 | RUN codesys install https://store.codesys.com/ftp_download/3S/LinuxSL/2302000005/3.5.16.0/CODESYS%20Control%20for%20Linux%20SL%203.5.16.0.package |
| 38 | 38 | ||
| 39 | USER root |
39 | USER root |
| 40 | RUN dpkg -i "/home/wineuser/.wine.cds/drive_c/users/wineuser/CODESYS Control for Linux SL/Dependency/codemeter-lite_7.0.3918.500_amd64.deb" |
40 | #RUN dpkg -i "/home/wineuser/.wine.cds/drive_c/users/wineuser/CODESYS Control for Linux SL/Dependency/codemeter-lite_7.0.3918.500_amd64.deb" |
| 41 | RUN dpkg -i "/home/wineuser/.wine.cds/drive_c/users/wineuser/CODESYS Control for Linux SL/Delivery/codesyscontrol_x64_linux_V3.5.16.0.deb" |
41 | #RUN dpkg -i "/home/wineuser/.wine.cds/drive_c/users/wineuser/CODESYS Control for Linux SL/Delivery/codesyscontrol_x64_linux_V3.5.16.0.deb" |
| 42 | 42 | ||
| 43 | USER wineuser |
43 | USER wineuser |
| 44 | 44 | ||
| 45 | 45 | ||
| 46 | # basic test of the image |
46 | # basic test of the image |