Skip to content

Commit

Permalink
Merge pull request fbreitwieser#139 from boulund/patch-1
Browse files Browse the repository at this point in the history
Fix: Add "file" to Dockerfile
  • Loading branch information
alekseyzimin authored Apr 17, 2023
2 parents d71fd57 + f9f90e9 commit dc2fba3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@ RUN apk add --no-cache \
make \
g++ \
bzip2-dev \
zlib-dev
zlib-dev \
file

WORKDIR /app
COPY . .
Expand Down

0 comments on commit dc2fba3

Please sign in to comment.