Diff of /codesys-ide/Dockerfile [1f655f] .. [1ccf80]  Maximize  Restore

Switch to side-by-side view

--- 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:bullseye
 
 RUN 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-support
 
 RUN useradd -ms /bin/bash wineuser