--- a/codesys-ide/Dockerfile+++ b/codesys-ide/Dockerfile@@ -4,11 +4,11 @@# The reason is, that things inside linux need to be installed as root,
# while things inside of wine, need to be installed as wineuser.
#
-FROM debian:buster+FROM debian:bullseyeRUN dpkg --add-architecture i386
RUN apt-get update && \
- apt-get install -y wine32-development wine64-development wget subversion winbind python-requests cabextract msitools xvfb xdotool jwm procps multiarch-support+ apt-get install -y wine32 wine64 wget subversion winbind cabextract msitools xvfb xdotool jwm procps multiarch-supportRUN useradd -ms /bin/bash wineuser