Skip to content

Commit

Permalink
Fix missing lib issues
Browse files Browse the repository at this point in the history
  • Loading branch information
BenSouchet committed Jan 17, 2024
1 parent 8bd71b1 commit 0c50994
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM ubuntu:latest
FROM debian:latest AS builder
USER root
ARG OPENPYPE_PYTHON_VERSION=3.9.16
ARG DEBIAN_FRONTEND=noninteractive
ARG OPENPYPE_QUAD_SYNCHRO_VERSION="3.16.9-quad-1.5.0"

LABEL org.opencontainers.image.name="openpype-module-docker"
Expand All @@ -13,7 +14,7 @@ RUN apt-get update -y \
&& apt-get install -y --no-install-recommends \
ca-certificates bash git cmake make curl wget build-essential libssl-dev zlib1g-dev libbz2-dev \
libreadline-dev libsqlite3-dev llvm libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev \
libffi-dev liblzma-dev patchelf libgl1
libffi-dev liblzma-dev patchelf libgl1 libxcb-* libxkbcommon* libdbus-1-3

# Install pyenv
RUN curl https://pyenv.run | bash && \
Expand Down

0 comments on commit 0c50994

Please sign in to comment.