Skip to content
This repository has been archived by the owner on May 4, 2022. It is now read-only.

Commit

Permalink
fix: dockerfile lacks cmake installation to build correctly
Browse files Browse the repository at this point in the history
  • Loading branch information
aviramha committed Apr 28, 2022
1 parent 6db4577 commit bb50024
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
## [Unreleased]
## 2.0.0-alpha-1 - 28/4/2022
### Misc
* Fix image build lacks cmake

## 2.0.0-alpha - 27/4/2022
### Refactor
* The code was refactored to support new upcoming features.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM rust:latest as build-env
RUN apt update && apt install -y libpcap-dev
RUN apt update && apt install -y libpcap-dev cmake
RUN rustup component add rustfmt
WORKDIR /app
COPY . /app
Expand Down

0 comments on commit bb50024

Please sign in to comment.