Dockerfile add runtime dependency

This commit is contained in:
spital
2023-02-23 18:37:42 +01:00
committed by parazyd
parent fcab6f6c2b
commit 316d0afe49
5 changed files with 5 additions and 5 deletions

View File

@@ -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