Skip to content

Commit

Permalink
Dockerfile: install bc
Browse files Browse the repository at this point in the history
  • Loading branch information
lskatz committed Nov 2, 2023
1 parent 7a3b99f commit 229e0b3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ RUN apt-get install -y \
ca-certificates \
linux-headers-amd64 \
git \
bc \
libcurl4-openssl-dev \
libseccomp-dev

Expand All @@ -31,7 +32,7 @@ RUN cd /usr/src/app/fasten && cargo build --release

RUN cd /usr/src/app/fasten \
&& cargo build \
&& (set -e; for i in tests/fasten*.sh; do bash $i; done;)
&& (set -ex; for i in tests/fasten*.sh; do bash $i; done;)

# build final container

Expand Down

0 comments on commit 229e0b3

Please sign in to comment.