weather
command-line tool to obtain weather conditions and forecasts
RUN apt-get update && \
apt-get install -y weather-util
RUN apt-get update && \
apt-get install -y weather-util
RUN pacman -S --noconfirm weather-util
RUN apt-get update && \
apt-get install -y weather-util
RUN yum install -y weather-util
RUN dnf install -y weather-util
RUN apt-get update && \
apt-get install -y weather-util