diff --git a/Dockerfile b/Dockerfile index 6c6ade8..936e837 100644 --- a/Dockerfile +++ b/Dockerfile @@ -184,6 +184,7 @@ RUN if [ ${SIPE} -eq 1 ]; then cd /tmp \ openssl-dev \ libxml2-dev \ pidgin-dev \ + flex \ && git clone -n https://repo.or.cz/siplcs.git \ && cd siplcs \ && git checkout ${SIPE_VERSION} \