KASM-6984 Added dependencies

This commit is contained in:
El 2025-04-21 14:47:46 +05:00
parent f95c46f02d
commit 2859e86a70
No known key found for this signature in database
GPG Key ID: EB3F4C9EA29CDE59
3 changed files with 4 additions and 4 deletions

View File

@ -108,7 +108,7 @@ build_ubuntu_jammy:
stage: build stage: build
allow_failure: true allow_failure: true
tags: tags:
- kasmvnc-x86 - oci-fixed-amd
before_script: before_script:
- *prepare_build - *prepare_build
- *prepare_www - *prepare_www

View File

@ -3,7 +3,7 @@ FROM kalilinux/kali-rolling:latest
ENV DEBIAN_FRONTEND noninteractive ENV DEBIAN_FRONTEND noninteractive
RUN apt-get update && \ 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. # Install build-deps for the package.
COPY ./debian/control /tmp COPY ./debian/control /tmp

View File

@ -39,5 +39,5 @@ RUN $SCRIPTS_DIR/build-libjpeg-turbo
COPY --chown=docker:docker . /src/ COPY --chown=docker:docker . /src/
#USER docker USER docker
#ENTRYPOINT ["/src/builder/build.sh"] ENTRYPOINT ["/src/builder/build.sh"]