Skip to content

Commit

Permalink
openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
sam#gemmi-win10 committed Oct 14, 2023
1 parent e13b8c1 commit b5e975b
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions deb12/src/Dockerfile.compile2
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,7 @@ RUN test "yes" != "$COMPILE_TIGER" && exit 0 || echo doMake; \
# FROM scratch
FROM debian:12-slim
ARG TARGETPLATFORM
RUN RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list.d/debian.sources; \
RUN sed -i 's/deb.debian.org/mirrors.ustc.edu.cn/g' /etc/apt/sources.list.d/debian.sources; \
\
echo 'apt update -qq && apt install -yq --no-install-recommends $@ && apt clean && rm -rf /var/lib/apt/lists/*; ' > /usr/local/bin/apt.sh \
&& chmod +x /usr/local/bin/apt.sh
Expand All @@ -224,13 +224,14 @@ COPY --from=stage-tiger /usr/local/tigervnc /rootfs/usr/local/tigervnc
# test
# deb12.out: libjpeg8@ubt2004 > libjpeg62-turbo
# libjpeg62-turbo| error while loading shared libraries: libjpeg.so.62: cannot open shared object file
# binutils-x86-64-linux-gnu| error while loading shared libraries: libcrypto.so.3: cannot open shared object file
# openssl| error while loading shared libraries: libcrypto.so.3: cannot open shared object file
# try:binutils-x86-64-linux-gnu 6401 kB
RUN apt.sh \
# --enable-xx ##还是需要libGL.so.1
libgl1 \
libunwind8 libpixman-1-0 libxfont2 \
libxau6 libxdmcp6 \
libjpeg62-turbo binutils-x86-64-linux-gnu
libjpeg62-turbo openssl
# libcrypt1
RUN find /rootfs;
# RUN /rootfs/usr/local/tigervnc/bin/Xvnc -version
RUN /rootfs/usr/local/tigervnc/bin/Xvnc -version

0 comments on commit b5e975b

Please sign in to comment.