diff --git a/root/etc/cont-init.d/95-apt-get b/root/etc/cont-init.d/95-apt-get new file mode 100644 index 0000000..3a725ea --- /dev/null +++ b/root/etc/cont-init.d/95-apt-get @@ -0,0 +1,3 @@ +#!/usr/bin/with-contenv bash + +apt-get update \ No newline at end of file diff --git a/root/etc/cont-init.d/98-php b/root/etc/cont-init.d/98-php index ac8da54..ecc4b16 100644 --- a/root/etc/cont-init.d/98-php +++ b/root/etc/cont-init.d/98-php @@ -1,6 +1,6 @@ #!/usr/bin/with-contenv bash echo "**** installing php and composer ****" -apt-get update && apt-get install -y \ - composer \ - php7.2 +apt-get install -y \ + composer \ + php7.2