Difference between revisions of "RUN"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
  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
  
 
== Related ==
 
== Related ==

Revision as of 15:38, 22 February 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: