Skip to content

Commit

Permalink
Fix typo in Dockerfile (#116)
Browse files Browse the repository at this point in the history
install libcap2 instead of libcap

Signed-off-by: Kai-Uwe Hermann <[email protected]>
  • Loading branch information
hikinggrass authored Jan 29, 2024
1 parent c5ee97c commit d707559
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/everest-docker-image/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ RUN apt-get update \
libboost-system1.74.0 \
libssl1.1 \
libcurl4 \
libcap \
libcap2 \
less \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit d707559

Please sign in to comment.