Skip to content

Commit

Permalink
To process the review comment: #16466 (comment)
Browse files Browse the repository at this point in the history
  • Loading branch information
JunhongMao committed Oct 28, 2023
1 parent a4fc033 commit 8640e46
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion dockers/docker-base-bullseye/Dockerfile.j2
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ RUN pip3 install 'python-lzf==0.2.4'
RUN pip3 install 'rdbtools==0.1.15'

# Uninstall gcc, libc6-dev and python3-dev for compiling python-lzf
RUN apt-get -y remove build-essential libc6-dev python3-dev
RUN apt-get -y purge build-essential libc6-dev python3-dev

# Uninstall unused dependencies
RUN apt autoremove -y --purge

RUN apt-get -y purge \
exim4 \
Expand Down

0 comments on commit 8640e46

Please sign in to comment.