mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-27 13:11:30 +02:00
KASM-6984 Added dependencies
This commit is contained in:
parent
f95c46f02d
commit
2859e86a70
@ -108,7 +108,7 @@ build_ubuntu_jammy:
|
||||
stage: build
|
||||
allow_failure: true
|
||||
tags:
|
||||
- kasmvnc-x86
|
||||
- oci-fixed-amd
|
||||
before_script:
|
||||
- *prepare_build
|
||||
- *prepare_www
|
||||
|
@ -3,7 +3,7 @@ FROM kalilinux/kali-rolling:latest
|
||||
ENV DEBIAN_FRONTEND noninteractive
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get -y install vim build-essential devscripts equivs
|
||||
apt-get -y install vim build-essential devscripts equivs libavformat-dev libswscale-dev
|
||||
|
||||
# Install build-deps for the package.
|
||||
COPY ./debian/control /tmp
|
||||
|
@ -39,5 +39,5 @@ RUN $SCRIPTS_DIR/build-libjpeg-turbo
|
||||
|
||||
COPY --chown=docker:docker . /src/
|
||||
|
||||
#USER docker
|
||||
#ENTRYPOINT ["/src/builder/build.sh"]
|
||||
USER docker
|
||||
ENTRYPOINT ["/src/builder/build.sh"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user