Skip to content

Commit

Permalink
fix marmot install
Browse files Browse the repository at this point in the history
  • Loading branch information
TylerGillson committed Oct 4, 2023
1 parent 6143c81 commit b8c1312
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ ARG BASE
FROM $BASE

# Install marmot
RUN curl -sL https://github.com/maxpert/marmot/releases/download/v0.8.6/marmot-v0.8.6-linux-amd64-static.tar.gz | tar -zxv marmot -C /usr/local/bin
RUN curl -sL https://github.com/maxpert/marmot/releases/download/v0.8.6/marmot-v0.8.6-linux-amd64-static.tar.gz | tar -zxv marmot && \
install marmot -o root -g root -m 755 /usr/local/bin/ && \
rm -f marmot

# Install sqlite
RUN apt update && apt install -y sqlite3

0 comments on commit b8c1312

Please sign in to comment.