Skip to content

Commit

Permalink
Add build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
griffobeid committed Dec 18, 2023
1 parent 2fe0d77 commit c474b96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/base_images/Dockerfile.actix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rust:1.72-slim

RUN apt-get --yes update && apt-get --yes install curl git pkg-config libssl-dev
RUN apt-get --yes update && apt-get --yes install curl git pkg-config libssl-dev build-essential
RUN curl https://github.com/amacneil/dbmate/releases/download/v2.4.0/dbmate-linux-amd64 -L -o /usr/bin/dbmate && chmod +x /usr/bin/dbmate
RUN cargo install cargo-watch

0 comments on commit c474b96

Please sign in to comment.