Skip to content

Commit 57659b3

Browse files
committed
Add wget to Docker image
To help calling monitoring endpoints from the container.
1 parent 7754e1f commit 57659b3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ RUN set -eux; \
6565
apt-get update; \
6666
apt-get install -y --no-install-recommends \
6767
locales \
68+
wget \
6869
; \
6970
rm -rf /var/lib/apt/lists/*; \
7071
locale-gen en_US.UTF-8

0 commit comments

Comments
 (0)