diff options
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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} \ |