File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1- ARG UBUNTU_VERSION=jammy
1+ ARG UBUNTU_VERSION=24.04
22
33FROM ubuntu:$UBUNTU_VERSION AS build
44
@@ -7,7 +7,7 @@ RUN apt update && apt install -y git build-essential cmake wget
77
88# Install Vulkan SDK and cURL
99RUN wget -qO - https://packages.lunarg.com/lunarg-signing-key-pub.asc | apt-key add - && \
10- wget -qO /etc/apt/sources.list.d/lunarg-vulkan-jammy .list https://packages.lunarg.com/vulkan/lunarg-vulkan-jammy .list && \
10+ wget -qO /etc/apt/sources.list.d/lunarg-vulkan-noble .list https://packages.lunarg.com/vulkan/lunarg-vulkan-noble .list && \
1111 apt update -y && \
1212 apt-get install -y vulkan-sdk libcurl4-openssl-dev curl
1313
@@ -34,7 +34,7 @@ RUN mkdir -p /app/full \
3434FROM ubuntu:$UBUNTU_VERSION AS base
3535
3636RUN apt-get update \
37- && apt-get install -y libgomp1 curl\
37+ && apt-get install -y libgomp1 curl libvulkan-dev \
3838 && apt autoremove -y \
3939 && apt clean -y \
4040 && rm -rf /tmp/* /var/tmp/* \
You can’t perform that action at this time.
0 commit comments