Skip to content

Commit

Permalink
Remove unnecessary packages
Browse files Browse the repository at this point in the history
  • Loading branch information
Meatballs1 committed Jan 30, 2025
1 parent 57d88d5 commit b01a9cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ WORKDIR /app
COPY requirements.txt ./

RUN apt-get update && \
apt-get install -y --no-install-recommends curl tar gcc python3-dev libssl-dev libxml2-dev libxslt-dev python3-dev jq && \
apt-get install -y --no-install-recommends curl tar gcc jq && \
pip3 install -r requirements.txt && \
apt-get remove -y gcc python3-dev libssl-dev && \
apt-get remove -y gcc && \
apt-get autoremove -y \
&& curl -J -L -o /tmp/bashio.tar.gz \
"https://github.com/hassio-addons/bashio/archive/${BASHIO_VERSION}.tar.gz" \
Expand Down

0 comments on commit b01a9cf

Please sign in to comment.