Skip to content

Commit

Permalink
Add file package to Dockerfile
Browse files Browse the repository at this point in the history
This eliminates errors while testing inside of docker due to the missing
file package

Signed-Off-By: Peyton Duncan <dev@peytond.me>
  • Loading branch information
Helithumper authored and godlygeek committed Apr 24, 2023
1 parent 854e855 commit 7fc2537
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ RUN apt-get update \
gdb \
valgrind \
lcov \
file \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

Expand Down

0 comments on commit 7fc2537

Please sign in to comment.