Skip to content

Commit

Permalink
add apt-get list removal
Browse files Browse the repository at this point in the history
  • Loading branch information
Mootor authored and Mootor committed Jul 27, 2024
1 parent 6fd9f48 commit bd07831
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,8 @@ RUN apt-get update \
libpng-dev \
libssl-dev \
libxml2-dev \
python3
python3 \
&& apt-get clean && rm -rf /var/lib/apt/lists/*

# Main tool version
ARG BATTENBERG_VERSION="2.2.9"
Expand Down

0 comments on commit bd07831

Please sign in to comment.