Skip to content

Commit

Permalink
add file command to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
alexreinking committed Aug 27, 2022
1 parent 5202928 commit ef722e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ COPY . .
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \
echo $TZ > /etc/timezone && \
apt-get update && \
apt-get install -y git g++ cmake ninja-build python3 && \
apt-get install -y git g++ cmake ninja-build python3 file && \
cmake -G Ninja -S . -B build -DCMAKE_BUILD_TYPE=Release && \
cmake --build build

0 comments on commit ef722e5

Please sign in to comment.