Skip to content

Commit

Permalink
Merge pull request #1784 from d33tah/patch-1
Browse files Browse the repository at this point in the history
docker: install patch, required for build
  • Loading branch information
ghaerr authored Jan 8, 2024
2 parents bf32a25 + 9d660db commit b423cce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ WORKDIR /elks
RUN apt-get update -qq \
&& apt-get install -y --no-install-recommends \
flex bison texinfo libncurses5-dev \
bash make g++ git libelf-dev \
bash make g++ git libelf-dev patch \
xxd ca-certificates wget mtools \
&& rm -r /var/lib/apt/lists /var/cache/apt/archives \
&& addgroup \
Expand Down

0 comments on commit b423cce

Please sign in to comment.