Difference between revisions of "RUN"

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
* <code>[[CMD]]</code>
 
* <code>[[CMD]]</code>
 
* <code>[[ENTRYPOINT]]</code>
 
* <code>[[ENTRYPOINT]]</code>
 +
* [[command (Containers)]]
  
 
== See also ==
 
== See also ==

Revision as of 10:01, 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

Advertising: