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 2bcd2c5 commit b19af91
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 @@ -5,7 +5,7 @@ FROM rust:1.74-bookworm as builder_rust
WORKDIR /app

RUN apt update && apt install -y nodejs curl
RUN corepack enable
RUN npm install --global yarn

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

0 comments on commit b19af91

Please sign in to comment.