FROM archlinux:latest WORKDIR /home/ COPY . . RUN bash ./setup.sh ENV PATH="/root/.cargo/bin:$PATH"