mirror of
https://gitlab.com/stilobique/blender-docker.git
synced 2026-05-27 20:27:47 +02:00
Clear unused comment
This commit is contained in:
@@ -8,9 +8,6 @@ ARG version=v${b3d_vs_major}.${b3d_vs_minor}
|
|||||||
LABEL Author="stilobique"
|
LABEL Author="stilobique"
|
||||||
LABEL Title="Blender Docker for Unit Test"
|
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
|
# Install dependencies
|
||||||
RUN apt-get update && apt-get install -y build-essential \
|
RUN apt-get update && apt-get install -y build-essential \
|
||||||
git \
|
git \
|
||||||
@@ -89,7 +86,6 @@ RUN apt-get update && apt-get install -y \
|
|||||||
libjack0 \
|
libjack0 \
|
||||||
pulseaudio \
|
pulseaudio \
|
||||||
libgl1-mesa-glx
|
libgl1-mesa-glx
|
||||||
# libxrender1 \
|
|
||||||
|
|
||||||
# Working Directory setup
|
# Working Directory setup
|
||||||
WORKDIR /opt/blender
|
WORKDIR /opt/blender
|
||||||
Reference in New Issue
Block a user