build: Finally ios is happy. Now let's un-break docker.
Some checks failed
Build Tilde Friends / Build-All (push) Failing after 4m33s

This commit is contained in:
2025-02-01 18:07:56 -05:00
parent 32920e0e5d
commit 22f4d115e3
2 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ RUN apt-get update && \
apt-get install -y --no-install-recommends \
gcc \
libc6-dev \
perl \
make
COPY . /app