mirror of
https://github.com/kasmtech/workspaces-core-images.git
synced 2025-02-22 12:00:47 +01:00
Ubuntu: Build libjpeg-turbo from source
This commit is contained in:
parent
a0876cb731
commit
f6d5481b62
@ -156,6 +156,10 @@ RUN touch $STARTUPDIR/wm.log \
|
||||
&& chown 1000:1000 $STARTUPDIR/kasmrx/Downloads \
|
||||
&& chown -R root:root /usr/local/bin
|
||||
|
||||
RUN apt-get update && apt-get install -y cmake nasm gcc
|
||||
RUN git clone https://github.com/libjpeg-turbo/libjpeg-turbo.git
|
||||
RUN export MAKEFLAGS=-j`nproc`; cd libjpeg-turbo && cmake -G"Unix Makefiles" && make deb
|
||||
|
||||
USER 1000
|
||||
|
||||
ENTRYPOINT ["/dockerstartup/kasm_default_profile.sh", "/dockerstartup/vnc_startup.sh", "/dockerstartup/kasm_startup.sh"]
|
||||
|
Loading…
Reference in New Issue
Block a user