Skip to content

Commit

Permalink
Streamline repo cloning in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
endormi committed Dec 13, 2023
1 parent 26498f5 commit 0a9d2cf
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 @@ -16,6 +16,7 @@ RUN apt update \
clang-format \
&& apt clean

# Streamline cloning
RUN git clone https://github.com/endormi/tilux.git .

ENV BUNDLER_VERSION=2.1.4
Expand Down

0 comments on commit 0a9d2cf

Please sign in to comment.