fix(docker): Libevent is needed by crystal
Some checks are pending
continuous-integration/drone/push Build is running

This commit is contained in:
Glenn Y. Rolland 2022-08-19 11:59:50 +02:00
parent 7a5f8d4571
commit 99f33f84e6

View file

@ -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 \