##// END OF EJS Templates
docs: updated dockerfile
super-admin -
Show More
@@ -22,6 +22,12 b' RUN apt-get update \\'
22 && apt-get clean \
22 && apt-get clean \
23 && rm -rf /var/lib/apt/lists/*
23 && rm -rf /var/lib/apt/lists/*
24
24
25 RUN curl "https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip" -o "awscliv2.zip" && \
26 unzip awscliv2.zip && \
27 ./aws/install && \
28 rm -rf ./aws && \
29 rm awscliv2.zip \
30
25 RUN \
31 RUN \
26 python3 -m pip install --no-cache-dir --upgrade pip && \
32 python3 -m pip install --no-cache-dir --upgrade pip && \
27 python3 -m pip install --no-cache-dir Sphinx Pillow
33 python3 -m pip install --no-cache-dir Sphinx Pillow
General Comments 0
You need to be logged in to leave comments. Login now