FROM openjdk:8-jre-slim
RUN apt-get update
&& apt-get install --no-install-recommends --yes --force-yes
curl
dnsutils
httpie
iputils-ping
jq
net-tools
redis-tools
telnet
vim
nano
wget
python-setuptools
python-pip
openssh-client
&& rm -rf /var/cache/apk/*
RUN wget -q https://storage.googleapis.com/hey-release/hey_linux_amd64
&& mv hey_linux_amd64 /usr/local/bin/hey
&& chmod +x /usr/local/bin/hey
RUN wget -q https://archive.apache.org/dist/zookeeper/zookeeper-3.5.5/apache-zookeeper-3.5.5-bin.tar.gz
https://archive.apache.org/dist/lucene/solr/8.4.0/solr-8.4.0.tgz
&& tar -zxf "apache-zookeeper-3.5.5-bin.tar.gz"
&& tar -zxf "solr-8.4.0.tgz"
&& rm apache-zookeeper-3.5.5-bin.tar.gz
&& rm solr-8.4.0.tgz
RUN wget -q https://packages.microsoft.com/config/debian/10/packages-microsoft-prod.deb
&& dpkg -i packages-microsoft-prod.deb
&& rm packages-microsoft-prod.deb
&& apt-get update
&& apt-get install -y powershell
&& rm -rf /var/cache/apk/*
Content type
Image
Digest
Size
386.2 MB
Last updated
over 6 years ago
docker pull jrudley/util