Skip to content

Commit

Permalink
Create Dockerfile.vfx
Browse files Browse the repository at this point in the history
  • Loading branch information
rodlie committed Sep 28, 2023
1 parent 2afb027 commit 7799ed8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/scripts/Dockerfile.vfx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# VFX Reference Platform
FROM centos:centos7.9.2009

RUN yum -y update
RUN yum -y install centos-release-scl
RUN yum -y group install "Development Tools"
RUN yum -y install clang git yasm python3 fontconfig-devel zlib-devel autoconf automake xz devtoolset-7 tree curl libICE-devel libSM-devel libX11-devel libXau-devel libXdamage-devel libXext-devel libXfixes-devel libXi-devel libXxf86vm-devel libdrm-devel libxcb-devel mesa-libGL-devel xorg-x11-proto-devel
RUN ln -sf /usr/bin/python3 /usr/bin/python
RUN echo "source scl_source enable devtoolset-7" >> /root/.bashrc

# WIP
# COPY build_vfx.sh /
# CMD [ "bash", "./build_vfx.sh" ]

0 comments on commit 7799ed8

Please sign in to comment.