--- a/codesys-ide/Dockerfile
+++ b/codesys-ide/Dockerfile
@@ -37,7 +37,7 @@
 USER root
 RUN dpkg --add-architecture i386
 RUN apt-get update && \
-    apt-get install -y wine32-development wine64-development wget subversion winbind python-requests \
+    apt-get install -y wine32-development wine64-development wget subversion winbind python-requests psmisc \
     locales xvfb
     
 # Configure locales
@@ -56,4 +56,12 @@
 ADD scripts /usr/local/share/codesys
 
 USER wineuser
+
+# test code
+#ADD Test.library /tmp/Test.library
+#RUN cd /tmp && \
+#	codesys compile-library && \
+#	ls /tmp && \
+#	ls /tmp/Test.compiled-library
+
 CMD [ "echo" ]