Difference between revisions of "RUN"

From wikieduonline
Jump to navigation Jump to search
 
(7 intermediate revisions by 3 users not shown)
Line 2: Line 2:
  
 
  RUN pip install --trusted-host pypi.python.org -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]]
  
  
 
== Related ==
 
== Related ==
* [[CMD]]
+
* <code>[[CMD]]</code>
* [[ENTRYPOINT]]
+
* <code>[[ENTRYPOINT]]</code>
 +
* [[command (Containers)]]
  
 
== See also ==
 
== See also ==
 +
* {{RUN}}
 
* {{Dockerfile}}
 
* {{Dockerfile}}
 
* {{docker build}}
 
* {{docker build}}
  
 
[[Category:Docker]]
 
[[Category:Docker]]

Latest revision as of 10:28, 24 May 2023

Advertising: