forgot to include -y, add one more package
All checks were successful
Continuous Releases / build (push) Successful in 2m50s

This commit is contained in:
Eau
2026-03-20 01:25:52 -05:00
parent a0efb11017
commit 7f741b49be

View File

@@ -2,7 +2,7 @@ ARG UBUNTU_VERSION=latest
FROM ubuntu:${UBUNTU_VERSION} FROM ubuntu:${UBUNTU_VERSION}
LABEL AUTHOR=Lauren LABEL AUTHOR=Lauren
WORKDIR /opt/setup WORKDIR /opt/setup
RUN apt update && apt install nodejs curl mingw-w64 RUN apt update && apt install -y build-essential nodejs curl mingw-w64
COPY setup.sh /opt/setup/setup.sh COPY setup.sh /opt/setup/setup.sh
RUN bash /opt/setup/setup.sh RUN bash /opt/setup/setup.sh
ENV PATH=$PATH:$HOME/.cargo/bin ENV PATH=$PATH:$HOME/.cargo/bin