Skip to content

Commit c706369

Browse files
solmazabbaspourhubot
authored andcommitted
Merge pull request #383 from github/solmaz/docker-update
Install bc on Docker
1 parent 9190ef5 commit c706369

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 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 \
@@ -54,8 +55,9 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
5455
git \
5556
openssh-client \
5657
jq \
58+
bc \
5759
moreutils \
58-
gawk \
60+
gawk \
5961
ca-certificates \
6062
xxhash \
6163
&& rm -rf /var/lib/apt/lists/*

0 commit comments

Comments
 (0)