Add libraries to release docker file (to work with X server or headless)

This commit is contained in:
bernatx 2021-11-09 10:41:53 +01:00
parent c0a9174775
commit 2df3f17d68
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
FROM nvidia/vulkan:1.1.121-cuda-10.1--ubuntu18.04
RUN packages='libomp5' && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $packages --no-install-recommends
RUN packages='libsdl2-2.0 xserver-xorg libvulkan1 libomp5' && apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y $packages --no-install-recommends
RUN useradd -m carla