[dockerbase]: remove apt-get clean (#685)
This commit is contained in:
parent
3903b45d41
commit
bc5bca66cc
@ -19,7 +19,7 @@ ENV DEBIAN_FRONTEND=noninteractive
|
|||||||
## Configure data sources for apt/dpkg
|
## Configure data sources for apt/dpkg
|
||||||
COPY ["sources.list", "/etc/apt/sources.list"]
|
COPY ["sources.list", "/etc/apt/sources.list"]
|
||||||
COPY ["dpkg_01_drop", "/etc/dpkg/dpkg.cfg.d/01_drop"]
|
COPY ["dpkg_01_drop", "/etc/dpkg/dpkg.cfg.d/01_drop"]
|
||||||
RUN mkdir -p /var/cache/apt/archives && apt-get clean && apt-get update
|
RUN apt-get update
|
||||||
|
|
||||||
## Pre-install fundamental packages
|
## Pre-install fundamental packages
|
||||||
RUN apt-get -y install \
|
RUN apt-get -y install \
|
||||||
|
Loading…
Reference in New Issue
Block a user