Skip to content

Commit

Permalink
linuxserver image
Browse files Browse the repository at this point in the history
  • Loading branch information
JR-Morgan committed Oct 13, 2023
1 parent 4e8135a commit 8f4f7d0
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
FROM nytimes/blender:3.3.1-cpu-ubuntu18.04
FROM linuxserver/blender

RUN apt-get install python3.10 && \
RUN apt update && \
apt install python3-pip && \
apt install unzip && \
pip install poetry

COPY . .
Expand Down

0 comments on commit 8f4f7d0

Please sign in to comment.