Feature/kasm 786 arm support (#71)

* KASM-786 ARM Support, with CI pipelines for debian and ubuntu supported operating systems
This commit is contained in:
mmcclaskey
2021-10-19 15:44:36 -04:00
committed by GitHub
parent d3add8150c
commit 6219b85ba8
12 changed files with 143 additions and 17 deletions

View File

@@ -15,7 +15,7 @@ RUN apt-get update && apt-get -y install libjpeg-dev libpng-dev libtiff-dev libg
# Additions for webp
RUN cd /tmp && wget https://storage.googleapis.com/downloads.webmproject.org/releases/webp/libwebp-1.0.2.tar.gz
RUN cd /tmp && tar -xzvf /tmp/libwebp-*
RUN cd /tmp && tar -xzf /tmp/libwebp-*
RUN cd /tmp/libwebp-1.0.2 && \
./configure --enable-static --disable-shared && \
make && make install