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