Skip to content

Commit

Permalink
fix: attempt to build docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
emmanuelm41 committed Apr 16, 2024
1 parent 270fe8a commit 9dd9f09
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earthly-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM rust:1.74-bookworm as builder_rust
# Set the working directory in the container
WORKDIR /app

RUN apt update && apt install -y nodejs curl
RUN apt update && apt install -y nodejs curl && npm install -g yarn

# Copy the Rust source files
COPY rust ./rust
Expand Down

0 comments on commit 9dd9f09

Please sign in to comment.