Difference between revisions of "RUN"

From wikieduonline
Jump to navigation Jump to search
 
Line 10: Line 10:
  
 
  [[RUN wget]]
 
  [[RUN wget]]
 +
 +
RUN [[apt update]] && apt install -y nginx
  
  

Latest revision as of 16:10, 16 July 2024

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
RUN apt-get
RUN apt update
RUN wget
RUN apt update && apt install -y nginx


Related[edit]

See also[edit]

Advertising: