KASM-4139 use latest release intead of development head for libjpeg turbo

This commit is contained in:
Ryan Kuba
2023-03-15 16:50:16 +00:00
committed by Matthew McClaskey
parent 243176984e
commit 5b58cfb1e1
9 changed files with 13 additions and 8 deletions

View File

@@ -10,7 +10,7 @@ RUN apt-get update && \
apt-get -y install sudo
RUN apt-get update && apt-get -y build-dep xorg-server libxfont-dev
RUN apt-get update && apt-get -y install cmake git libgnutls28-dev vim wget tightvncserver
RUN apt-get update && apt-get -y install cmake git libgnutls28-dev vim wget tightvncserver curl
RUN apt-get update && apt-get -y install libpng-dev libtiff-dev libgif-dev libavcodec-dev libssl-dev libxrandr-dev libxcursor-dev
ENV SCRIPTS_DIR=/tmp/scripts