Skip to content

Commit ef6bf69

Browse files
Add Linux Standards Base (LSB) packages for vcpkg to work.
1 parent cd646d8 commit ef6bf69

4 files changed

Lines changed: 6 additions & 0 deletions

File tree

share/docker/Dockerfile_maya2022

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ RUN yum install --assumeyes \
138138

139139
# Development tools for Maya 2022.
140140
RUN yum install --assumeyes \
141+
lsb \
141142
rh-python36 \
142143
rh-git218 \
143144
llvm-toolset-7-clang-tools-extra \

share/docker/Dockerfile_maya2023

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -138,6 +138,7 @@ RUN yum install --assumeyes \
138138

139139
# Development tools for Maya 2023.
140140
RUN yum install --assumeyes \
141+
lsb \
141142
rh-python36 \
142143
rh-git218 \
143144
llvm-toolset-7-clang-tools-extra \

share/docker/Dockerfile_maya2025

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,12 @@ RUN dnf --enablerepo=powertools install --assumeyes ninja-build
142142

143143
# Development tools for Maya 2025.
144144
RUN dnf install --assumeyes \
145+
lsb \
145146
git \
146147
python39 \
147148
cmake \
148149
clang-tools-extra \
150+
gcc-c++ \
149151
gcc-toolset-11
150152

151153
# Install Maya from archive.

share/docker/Dockerfile_maya2026

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -142,10 +142,12 @@ RUN dnf --enablerepo=powertools install --assumeyes ninja-build
142142

143143
# Development tools for Maya 2026.
144144
RUN dnf install --assumeyes \
145+
lsb \
145146
git \
146147
python39 \
147148
cmake \
148149
clang-tools-extra \
150+
gcc-c++ \
149151
gcc-toolset-11
150152

151153
# Install Maya from archive.

0 commit comments

Comments
 (0)