mirror of
https://github.com/yuzu-emu/yuzu-multiplayer-dedicated
synced 2024-11-22 10:14:05 +00:00
dockerfile: include certificate symlinks
This commit is contained in:
parent
b3ee5fe196
commit
e466025a1e
1 changed files with 2 additions and 1 deletions
|
@ -54,7 +54,8 @@ RUN chisel cut --release /opt/chisel-releases --root /rootfs \
|
||||||
libc6_libs \
|
libc6_libs \
|
||||||
libssl3_libs \
|
libssl3_libs \
|
||||||
libstdc++6_libs \
|
libstdc++6_libs \
|
||||||
openssl_config
|
openssl_config \
|
||||||
|
openssl_data
|
||||||
|
|
||||||
FROM image-prep AS final
|
FROM image-prep AS final
|
||||||
COPY --from=sliced-deps /rootfs /
|
COPY --from=sliced-deps /rootfs /
|
||||||
|
|
Loading…
Reference in a new issue