Skip to content

Commit

Permalink
pkg v0.16
Browse files Browse the repository at this point in the history
  • Loading branch information
felixguendling committed Aug 8, 2024
1 parent 312f19f commit cbbacb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ RUN wget https://github.com/Kitware/CMake/releases/download/v3.28.3/cmake-3.28.3
rm -rf cmake-3.28.3-linux-x86_64.tar.gz

# INSTALL PKG
RUN wget https://github.com/motis-project/pkg/releases/download/v0.14/pkg-linux-amd64 -O /opt/pkg && \
RUN wget https://github.com/motis-project/pkg/releases/download/v0.16/pkg-linux-amd64 -O /opt/pkg && \
chmod +x /opt/pkg

# INSTALL BUILDCACHE
Expand Down

0 comments on commit cbbacb8

Please sign in to comment.