Clear unused comment

This commit is contained in:
2024-05-09 16:55:40 +02:00
parent 5a16e9de93
commit 8ef6d72ffe
-4
View File
@@ -8,9 +8,6 @@ ARG version=v${b3d_vs_major}.${b3d_vs_minor}
LABEL Author="stilobique"
LABEL Title="Blender Docker for Unit Test"
#ENV TZ=Europe/Paris
#RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
# Install dependencies
RUN apt-get update && apt-get install -y build-essential \
git \
@@ -89,7 +86,6 @@ RUN apt-get update && apt-get install -y \
libjack0 \
pulseaudio \
libgl1-mesa-glx
# libxrender1 \
# Working Directory setup
WORKDIR /opt/blender