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