Difference between revisions of "RUN"
Jump to navigation
Jump to search
Line 11: | Line 11: | ||
== See also == | == See also == | ||
+ | * {{RUN}} | ||
* {{Dockerfile}} | * {{Dockerfile}} | ||
* {{docker build}} | * {{docker build}} | ||
[[Category:Docker]] | [[Category:Docker]] |
Revision as of 10:02, 25 April 2023
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
Related
See also
- RUN, CMD, ENTRYPOINT, command (Containers)
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: