Skip to content

Commit

Permalink
added bash package
Browse files Browse the repository at this point in the history
Signed-off-by: John Sanpe <[email protected]>
  • Loading branch information
sanpeqf committed Feb 24, 2024
1 parent 58644b4 commit 10e94f7
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
@@ -1,6 +1,6 @@
FROM alpine
WORKDIR /root
RUN apk --update add musl-dev git cmake make gcc && \
RUN apk --update add musl-dev bash git cmake make gcc && \
git clone https://github.com/openbfdev/bfdev.git && \
cd bfdev && \
cmake -Bbuild -DBFDEV_EXAMPLES=ON -DCMAKE_INSTALL_PREFIX=/usr -DCMAKE_BUILD_TYPE=Release && \
Expand Down

0 comments on commit 10e94f7

Please sign in to comment.