Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
I tried running Addarr without these dependencies and it worked fine. Image size decreased about 7 times.
  • Loading branch information
tiomny authored Feb 20, 2021
1 parent b83f95c commit cb9611c
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,6 @@ WORKDIR /app

# Install requirements
RUN apk add --no-cache \
gcc \
musl-dev \
libffi-dev \
openssl-dev \
cargo \
rust \
transmission-cli

# Copy files to container
Expand Down

0 comments on commit cb9611c

Please sign in to comment.