Skip to content

Commit

Permalink
fixup! Cleanup after build to keep cache smaller
Browse files Browse the repository at this point in the history
  • Loading branch information
ondj committed Jan 2, 2022
1 parent c9d3a09 commit e2e9ef6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ RUN mkdir /tmp/jobber && \
curl --proto '=https' --tlsv1.3 -sSL https://github.com/dshearer/jobber/archive/refs/tags/v1.4.4.tar.gz | tar zx --strip-components=1 && \
dnf builddep -y packaging/rpm/*.spec && \
make -C packaging/rpm pkg-local "DESTDIR=/tmp/" && \
dnf history undo -y 0
dnf history undo -y 0 && \
cd /tmp && \
rm -rf /tmp/jobber

# MISP image
FROM base as misp
Expand Down

0 comments on commit e2e9ef6

Please sign in to comment.