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 && \ ...@@ -15,6 +15,7 @@ RUN apt-get update && \
apt-get -y install \ apt-get -y install \
g++ \ g++ \
git \ git \
bash-completion \
curl \ curl \
imagemagick \ imagemagick \
libfreetype6-dev \ libfreetype6-dev \
...@@ -89,7 +90,6 @@ RUN npm install -g \ ...@@ -89,7 +90,6 @@ RUN npm install -g \
uglifycss uglifycss
# Install Yii framework bash autocompletion # 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 \ RUN curl -L https://raw.githubusercontent.com/yiisoft/yii2/master/contrib/completion/bash/yii \
-o /etc/bash_completion.d/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