RUN
Jump to navigation
Jump to search
RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir -r requirements.txt
RUN pip install --trusted-host pypi.python.org -r requirements.txt
RUN apk add --no-cache bash
RUN apt-get
RUN apt update
RUN wget
RUN apt update && apt install -y nginx
Related[edit]
See also[edit]
RUN, CMD, ENTRYPOINT, command (Containers),RUN useradd -m non-rootDockerfile: FROM, RUN, CMD, ENTRYPOINT, WORKDIR, COPY, ADD, USER, ENV, ARG, HEALTHCHECK,hadolint, LABEL, EXPOSEdocker build [ --tag | --platform | --build-arg | --help ] FROM, Dockerfile, .dockerignore, requirements.txt, docker build --help, docker tag
Advertising: