From 9edf2d44eed337e61741c195b472e06ba79aa1c8 Mon Sep 17 00:00:00 2001 From: dalbodeule <11470513+dalbodeule@users.noreply.github.com> Date: Fri, 14 Jun 2024 01:33:38 +0900 Subject: [PATCH] fix build.yml (x22) --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 360c79e..48d4e75 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,6 +16,8 @@ FROM alpine:3.13 WORKDIR /app +RUN apk add gcompat + # Copy the executable from the build stage COPY --from=build /app/build/native/nativeCompile/chzzk_bot . COPY --from=build /app/build/native/nativeCompile/libjsound.so .