We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7754e1f commit 57659b3Copy full SHA for 57659b3
Dockerfile
@@ -65,6 +65,7 @@ RUN set -eux; \
65
apt-get update; \
66
apt-get install -y --no-install-recommends \
67
locales \
68
+ wget \
69
; \
70
rm -rf /var/lib/apt/lists/*; \
71
locale-gen en_US.UTF-8
0 commit comments