devops : add spirv-headers to vulkan dockerfile
This commit is contained in:
parent
5b2d4af850
commit
633de7f99e
|
|
@ -2,7 +2,7 @@ FROM ubuntu:24.04 AS build
|
|||
WORKDIR /app
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y build-essential wget cmake git libvulkan-dev glslc \
|
||||
apt-get install -y build-essential wget cmake git libvulkan-dev spirv-headers glslc \
|
||||
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*
|
||||
|
||||
COPY .. .
|
||||
|
|
|
|||
Loading…
Reference in New Issue