diff --git a/containers/web/run.sh b/containers/web/run.sh
index d769d03..45ea6c1 100755
--- a/containers/web/run.sh
+++ b/containers/web/run.sh
@@ -286,6 +286,12 @@ if [[ ${DBTYPE} = "sqlite" ]]
     DBLINK=""
 fi
 
+# Install composer dependencies on 8.0.x
+case $DRUPALVERSION in
+  8) ${REPODIR}/composer.phar -d="${BUILDSDIR}/${IDENTIFIER}/core" --prefer-dist install
+    ;;
+esac
+
 #DEPENDENCIES="module1,module2,module3"
 #Get the dependecies
 if [[ $DEPENDENCIES = "" ]]
