KASM-6788 Refactor Dockerfile to streamline build process

This commit is contained in:
El 2025-03-23 19:24:59 +05:00
parent 4284f8f8a6
commit 4091cc3ae6
No known key found for this signature in database
GPG Key ID: EB3F4C9EA29CDE59

View File

@ -3,7 +3,7 @@ FROM ubuntu:focal
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