Difference between revisions of "RUN"
Jump to navigation
Jump to search
(Created page with "== See also == * {{Dockerfile}} * {{docker build}} Category:Docker") |
|||
Line 1: | Line 1: | ||
+ | RUN [[pip install --no-cache-dir]] --upgrade pip && pip install --no-cache-dir -r [[requirements.txt]] | ||
+ | |||
== See also == | == See also == | ||
* {{Dockerfile}} | * {{Dockerfile}} |
Revision as of 23:05, 17 June 2022
RUN pip install --no-cache-dir --upgrade pip && pip install --no-cache-dir -r requirements.txt
See also
Dockerfile: FROM, RUN, CMD, ENTRYPOINT, WORKDIR, COPY, ADD, USER, ENV, ARG, HEALTHCHECK
,hadolint, LABEL, EXPOSE
docker build [ --tag | --platform | --help ] FROM, Dockerfile, .dockerignore, requirements.txt, docker build --help, docker tag
Advertising: