Skip to content

Commit

Permalink
try # deb12: Could NOT find X11 (missing: X11_X11_LIB)
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 14, 2023
1 parent 147734a commit f6bb18d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions deb12/src/Dockerfile.compile
Original file line number Diff line number Diff line change
Expand Up @@ -122,13 +122,15 @@ RUN cd /opt && git clone --branch v0.5 https://gitee.com/g-system/pulseaudio-mod

###tigervnc###############################################
# ref: https://github.com/abcdesktopio/tigervnc/blob/main/Dockerfile
FROM stage-base as stage-tiger
# INSTALL dev, dep and sources
FROM stage-base as stage-
# deb12: Could NOT find X11 (missing: X11_X11_LIB)
RUN apt.sh \
libx11-dev libxext-dev libxrender-dev libxtst-dev libxt-dev
# ins: dev, dep and sources
RUN apt update; \
# 129 MB
apt build-dep -y tigervnc

# SRC
# src
ADD src/arm /src/arm
WORKDIR /src/arm
RUN mkdir -p /build; \
Expand Down

0 comments on commit f6bb18d

Please sign in to comment.