Skip to content

Commit 2daa6d7

Browse files
authored
Merge pull request #456 from github/enterprise-3.9-backport-383-solmaz/docker-update
Backport 383 for 3.9: Install bc on Docker
2 parents 9190ef5 + c706369 commit 2daa6d7

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)