Stop removing dependencies
The container is layered, and this layer is in there. Until the layers are removed, it doesn't make any difference
This commit is contained in:
parent
c6776faa8c
commit
6272307e35
1 changed files with 0 additions and 2 deletions
|
@ -35,8 +35,6 @@ RUN python -m venv $VIRTUAL_ENV
|
||||||
COPY --chown=website requirements/base.txt ./requirements/base.txt
|
COPY --chown=website requirements/base.txt ./requirements/base.txt
|
||||||
RUN pip install --no-cache --upgrade pip && pip install --no-cache -r ./requirements/base.txt
|
RUN pip install --no-cache --upgrade pip && pip install --no-cache -r ./requirements/base.txt
|
||||||
|
|
||||||
RUN apt-get remove --yes build-essential && apt-get autoremove --yes && rm -rf /var/lib/apt/lists /var/cache/apt
|
|
||||||
|
|
||||||
COPY --chown=website --from=frontend ./static/build ./static/build
|
COPY --chown=website --from=frontend ./static/build ./static/build
|
||||||
|
|
||||||
COPY --chown=website ./etc ./etc
|
COPY --chown=website ./etc ./etc
|
||||||
|
|
Loading…
Reference in a new issue