Verified Commit b6c670be authored by Yunus Sevinchan's avatar Yunus Sevinchan
Browse files

Reduce size of ccees/utopia-base image

... by removing package manager caches and artifacts.
parent 297d6768
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -19,7 +19,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
    echo 'tzdata tzdata/Areas select Etc' | debconf-set-selections; \
    echo 'tzdata tzdata/Zones/Etc select UTC' | debconf-set-selections; \
    apt-get update -y \
    && apt-get install -y \
    && apt-get install -y --no-install-recommends \
    # general tools
        tzdata \
        curl \
@@ -51,6 +51,7 @@ RUN export DEBIAN_FRONTEND=noninteractive; \
        graphviz \
        texlive-latex-extra texlive-fonts-recommended dvipng cm-super \
    # cleanup to get smaller image size
    && apt-get autoremove -y \
    && apt-get clean \
    && rm -rf /var/lib/apt/lists/* \
    # some final configurations