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 fff5d08 commit b759644Copy full SHA for b759644
Dockerfile
@@ -23,6 +23,7 @@ RUN apt-get update && apt-get install -y \
23
python3 \
24
python3-pip \
25
tzdata \
26
+ net-tools \
27
&& ln -snf /usr/share/zoneinfo/$TZ /etc/localtime \
28
&& echo $TZ > /etc/timezone \
29
&& dpkg-reconfigure -f noninteractive tzdata \
0 commit comments