mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
drk: Replace "play" with "rodio".
Fun police go away. This removes the deps on pkgconfig and libmpg123, and should ease the build process for non GNU/Linux operating systems.
This commit is contained in:
@@ -47,7 +47,7 @@ RUN bash -c 'make -j test && make -j'
|
||||
# 3. stage
|
||||
FROM --platform=$TARGETPLATFORM ${REPOSITORY}:${OS_VER}
|
||||
|
||||
RUN apk add --no-cache openssl ttf-opensans libgcc mpg123-libs
|
||||
RUN apk add --no-cache openssl ttf-opensans libgcc
|
||||
|
||||
WORKDIR /opt/darkfi
|
||||
|
||||
|
||||
Reference in New Issue
Block a user