mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-08 22:28:12 -05:00
Dockerfile add runtime dependency
This commit is contained in:
@@ -44,7 +44,7 @@ RUN bash -c 'make -j test && make -j all'
|
||||
# 3. stage
|
||||
FROM --platform=$TARGETPLATFORM ${REPOSITORY}:${RUN_OS_VER}
|
||||
|
||||
RUN apt-get -y update && apt-get install -y openssl fonts-lato \
|
||||
RUN apt-get -y update && apt-get install -y openssl fonts-lato libout123-0 libmpg123-0 \
|
||||
&& apt-get clean && rm -rf /var/lib/apt/lists/*
|
||||
|
||||
WORKDIR /opt/darkfi
|
||||
|
||||
Reference in New Issue
Block a user