Skip to content

Commit

Permalink
do not autoremove packages
Browse files Browse the repository at this point in the history
doxygen is being removed when clang-10 is uninstalled, do not autoremove
packages to avoid unwanted side effects.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
  • Loading branch information
nashif committed May 11, 2021
1 parent 0aab98c commit 38c62e7
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,6 @@ RUN dpkg --add-architecture i386 && \
valgrind \
wget \
xz-utils && \
apt remove libclang1-10 -y && \
apt autoremove -y && \
wget ${WGET_ARGS} https://github.com/renode/renode/releases/download/v${RENODE_VERSION}/renode_${RENODE_VERSION}_amd64.deb && \
apt install -y ./renode_${RENODE_VERSION}_amd64.deb && \
rm renode_${RENODE_VERSION}_amd64.deb && \
Expand Down

0 comments on commit 38c62e7

Please sign in to comment.