Add musl gcc
Some checks failed
continuous-integration/drone Build is failing

This commit is contained in:
2022-08-13 12:52:54 +02:00
parent 4ca7dfbbd7
commit 40d7adb0c0

View File

@@ -4,7 +4,7 @@ RUN rustup target add x86_64-unknown-linux-musl
RUN apt-get update && apt-get upgrade -y
RUN apt-get install libssl-dev
RUN apt-get install -y -q build-essential curl git pkg-config
RUN apt-get install -y -q build-essential curl git pkg-config musl-gcc
WORKDIR /app/cuddle/