Linux/Docker/Dockerfile: Difference between revisions

From Wiki
< Linux‎ | Docker
(Die Seite wurde neu angelegt: „== Ubuntu Test Container == <pre> FROM ubuntu USER root RUN apt-get update -q --fix-missing && \ apt-get -y upgrade && \ apt-get -y install --no-inst…“)
(No difference)

Revision as of 15:07, 26 January 2019

Ubuntu Test Container

FROM ubuntu

USER root

RUN apt-get update -q --fix-missing && \
    apt-get -y upgrade && \
    apt-get -y install --no-install-recommends \
    ca-certificates \
    openssl \
    sudo \
    curl \
    locales \
    net-tools \
    iputils-ping \
    dnsutils \
    nmap \
    mc