mirror of
https://github.com/kasmtech/KasmVNC.git
synced 2025-06-27 21:21:56 +02:00
VNC-127 Add libtbb-dev to build dependencies in Dockerfiles
This commit is contained in:
parent
ca6884109a
commit
b691b34da2
@ -3,7 +3,7 @@ FROM debian:bookworm
|
||||
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 libtbb-dev
|
||||
|
||||
# Install build-deps for the package.
|
||||
COPY ./debian/control /tmp
|
||||
|
@ -3,7 +3,7 @@ FROM debian:bullseye
|
||||
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 libtbb-dev
|
||||
|
||||
# Install build-deps for the package.
|
||||
COPY ./debian/control /tmp
|
||||
|
@ -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 libtbb-dev
|
||||
|
||||
# Install build-deps for the package.
|
||||
COPY ./debian/control /tmp
|
||||
|
@ -9,7 +9,6 @@ RUN zypper install -ny \
|
||||
bdftopcf \
|
||||
bigreqsproto-devel \
|
||||
ninja \
|
||||
cmake \
|
||||
nasm \
|
||||
curl \
|
||||
ffmpeg-4-libavcodec-devel \
|
||||
|
@ -3,7 +3,7 @@ FROM ubuntu:jammy
|
||||
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 libtbb-dev
|
||||
|
||||
# Install build-deps for the package.
|
||||
COPY ./debian/control /tmp
|
||||
|
@ -3,7 +3,7 @@ FROM ubuntu:noble
|
||||
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 libtbb-dev
|
||||
|
||||
# Install build-deps for the package.
|
||||
COPY ./debian/control /tmp
|
||||
|
Loading…
x
Reference in New Issue
Block a user