Skip to content

Commit d69fcf9

Browse files
authored
Added build-essential
1 parent e1fb808 commit d69fcf9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ COPY --chown=appuser:appuser . .
2929

3030
# Install necessary packages and requirements for the main script
3131
RUN apt-get update
32-
RUN apt-get install -y unrar tzdata nano
32+
RUN apt-get install -y unrar tzdata nano build-essential
3333
RUN pip3 install --no-cache-dir -r requirements.txt
3434

3535
# Install the requirements for the qbit_torrent_unchecker addon

0 commit comments

Comments
 (0)