Skip to content

Commit

Permalink
Keep curl
Browse files Browse the repository at this point in the history
It's in the upstream container already so no need to try installing it
  • Loading branch information
lildude committed Oct 31, 2024
1 parent 656045c commit 9d553ab
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ ENV \

USER root
RUN apt-get update && apt-get install -y \
curl \
jq \
redis \
xz-utils \
Expand All @@ -31,7 +30,7 @@ RUN apt-get update && apt-get install -y \
&& mkdir -p /tmp/bashio \
&& curl -Ls "https://github.com/hassio-addons/bashio/archive/v${BASHIO_VERSION}.tar.gz" | tar xz --strip 1 -C /tmp/bashio \
&& mv /tmp/bashio/lib /usr/lib/bashio \
&& apt purge -y xz-utils curl \
&& apt purge -y xz-utils \
&& ln -s /usr/lib/bashio/bashio /usr/bin/bashio \
&& rm -rf /var/lib/apt/lists/* /tmp/* \
&& npm install -g npm@latest
Expand Down

0 comments on commit 9d553ab

Please sign in to comment.