Skip to content

Commit a2a51dd

Browse files
Add bc app
1 parent a7d68bd commit a2a51dd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
2626
libssl-dev \
2727
git \
2828
jq \
29+
bc \
2930
curl \
3031
tar \
3132
gzip \
@@ -55,7 +56,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
5556
openssh-client \
5657
jq \
5758
moreutils \
58-
gawk \
59+
gawk \
5960
ca-certificates \
6061
xxhash \
6162
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)