diff --git a/Dockerfile b/Dockerfile index a333edc..372a0d6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ ARG UBUNTU_VERSION=latest FROM ubuntu:${UBUNTU_VERSION} LABEL AUTHOR=Lauren 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 RUN bash /opt/setup/setup.sh ENV PATH=$PATH:$HOME/.cargo/bin \ No newline at end of file