Skip to content

Commit

Permalink
Add autoremove just in case
Browse files Browse the repository at this point in the history
  • Loading branch information
tomchop committed Oct 24, 2023
1 parent f3eab27 commit 27e6f57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/release/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN apt install -y --no-install-recommends \
python3-pip \
libmagic1 \
unzip \
&& apt-get clean && rm -rf /var/cache/apt/* /var/lib/apt/lists/*
&& apt-get clean && rm -rf /var/cache/apt/* /var/lib/apt/lists/* && apt-get autoremove -y

RUN pip install --upgrade pip
RUN pip install poetry
Expand Down

0 comments on commit 27e6f57

Please sign in to comment.