fix(docker): Libevent is needed by crystal
Some checks are pending
continuous-integration/drone/push Build is running
Some checks are pending
continuous-integration/drone/push Build is running
This commit is contained in:
parent
7a5f8d4571
commit
99f33f84e6
1 changed files with 1 additions and 1 deletions
|
@ -13,6 +13,7 @@ RUN apt-get update \
|
||||||
&& apt-get -yq install \
|
&& apt-get -yq install \
|
||||||
gettext \
|
gettext \
|
||||||
jq \
|
jq \
|
||||||
|
libevent-core-2.1-7 \
|
||||||
zip \
|
zip \
|
||||||
&& rm -rf /var/lib/apt/lists/*
|
&& rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
|
@ -29,7 +30,6 @@ RUN pip install \
|
||||||
python-octaviaclient \
|
python-octaviaclient \
|
||||||
python-openstackclient
|
python-openstackclient
|
||||||
|
|
||||||
# libevent-core-2.1-7
|
|
||||||
|
|
||||||
# RUN wget https://github.com/sapcc/cyclone/releases/download/v0.1.28/cyclone \
|
# RUN wget https://github.com/sapcc/cyclone/releases/download/v0.1.28/cyclone \
|
||||||
# -O /usr/bin/cyclone \
|
# -O /usr/bin/cyclone \
|
||||||
|
|
Loading…
Reference in a new issue