Skip to content

Commit

Permalink
Fix: building funman failing due to this (#3881)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tom-Szendrey authored Jun 14, 2024
1 parent 30f9669 commit b6a2595
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/funman/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
RUN add-apt-repository ppa:deadsnakes/ppa
RUN apt-get update && apt-get install -y --no-install-recommends \

Check failure on line 13 in packages/funman/Dockerfile

View workflow job for this annotation

GitHub Actions / Lint Docker Files / Lint Docker Files

DL3008 warning: Pin versions in apt get install. Instead of `apt-get install <package>` use `apt-get install <package>=<version>`
python3.10 \
gcc \
python3-dev \
wget \
git \
python3-pip && \
Expand Down

0 comments on commit b6a2595

Please sign in to comment.