Commit 45294a7b authored by Tobias Munk's avatar Tobias Munk

fixed installation

parent 6c677a7c
Pipeline #39979 failed with stages
in 47 seconds
......@@ -15,6 +15,7 @@ RUN apt-get update && \
apt-get -y install \
g++ \
git \
bash-completion \
curl \
imagemagick \
libfreetype6-dev \
......@@ -89,7 +90,6 @@ RUN npm install -g \
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
......
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