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 \
|
||||
gettext \
|
||||
jq \
|
||||
libevent-core-2.1-7 \
|
||||
zip \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
@ -29,7 +30,6 @@ RUN pip install \
|
|||
python-octaviaclient \
|
||||
python-openstackclient
|
||||
|
||||
# libevent-core-2.1-7
|
||||
|
||||
# RUN wget https://github.com/sapcc/cyclone/releases/download/v0.1.28/cyclone \
|
||||
# -O /usr/bin/cyclone \
|
||||
|
|
Loading…
Reference in a new issue