Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling authored Mar 15, 2022
1 parent 8e12f64 commit 9ad51a7
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,6 @@ RUN wget https://github.com/motis-project/pkg/releases/download/v0.14/pkg-linux-
RUN wget https://github.com/mbitsnbites/buildcache/releases/download/v0.27.6/buildcache-linux.tar.gz && \
tar xf buildcache-linux.tar.gz -C /opt && \
rm -rf buildcache-linux.tar.gz

# ADD BUILD DEBUG TOOLS
RUN apt-get install -y --no-install-recommends tree

0 comments on commit 9ad51a7

Please sign in to comment.