Update Dockerfile
All checks were successful
ci/woodpecker/push/build-dev Pipeline was successful

This commit is contained in:
2023-08-24 21:47:37 +02:00
parent c50ef69480
commit 19a72aa415

View File

@@ -8,7 +8,7 @@ ARG COMPOSER_VERSION='' # composer version number like "2.1" or empty for the la
ENV NVM_DIR="/home/$USERNAME/.nvm"
COPY start-container.sh /usr/local/bin/start-container
COPY submodules/artisan /etc/bash_completion.d/artisan
COPY submodules/artisan-bash-completion/artisan /etc/bash_completion.d/artisan
RUN export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y update \