allzweckcontainer/Dockerfile

19 lines
360 B
Docker
Raw Normal View History

2022-08-06 11:07:52 +02:00
FROM ubuntu:focal
ENV DEBIAN_FRONTEND noninteractive
ENV http_proxy=http://acng.grote.lan:9999
# hadolint ignore=DL3008,DL3028
RUN apt-get update && \
apt-get -y --no-install-recommends install \
build-essential \
git \
wget \
rpm \
rsync \
openssh-client \
git \
2022-08-06 11:22:37 +02:00
curl \
2022-08-06 11:07:52 +02:00
&& apt-get clean && \
rm -rf /var/lib/apt/lists/* /var/tmp/* /tmp/*