Skip to content

Commit

Permalink
Move package cleaning to the right layer
Browse files Browse the repository at this point in the history
  • Loading branch information
rodrigonull committed Dec 6, 2023
1 parent 42449c7 commit 13ac1f4
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .ci/kie-tools-ci-build.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,9 @@ zip \
unzip \
bzip2 \
xvfb \
fluxbox

# Cleanup
RUN apt-get clean autoclean && apt-get autoremove --yes && rm -rf /var/lib/{apt,dpkg,cache,log}/
fluxbox && \
apt-get clean autoclean && apt-get autoremove --yes && \
rm -rf /var/lib/{apt,dpkg,cache,log}/

# Install firefox
RUN wget -O /tmp/firefox-latest.tar.bz2 "https://download.mozilla.org/?product=firefox-latest&os=linux64&lang=en-US" && \
Expand Down

0 comments on commit 13ac1f4

Please sign in to comment.