Commit 6c677a7c authored by Tobias Munk's avatar Tobias Munk

removed bash-completion from Alpine

parent a3ee4a5f
Pipeline #33931 failed with stages
in 30 seconds
......@@ -7,7 +7,6 @@ FROM php:${PHP_BASE_IMAGE_VERSION}-fpm-alpine
# Install system packages & PHP extensions required for Yii 2.0 Framework
RUN apk --update --virtual build-deps add \
autoconf \
bash-completion \
make \
gcc \
g++ \
......@@ -104,11 +103,6 @@ RUN npm install -g \
uglify-js \
uglifycss
# Install Yii framework bash autocompletion
RUN apt-get install bash-completion
RUN curl -L https://raw.githubusercontent.com/yiisoft/yii2/master/contrib/completion/bash/yii \
-o /etc/bash_completion.d/yii
# Configure version constraints
ENV PHP_ENABLE_XDEBUG=0 \
VERSION_COMPOSER_ASSET_PLUGIN=^1.4.3 \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment