Skip to content

Commit

Permalink
Add git to test dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
SkyLeite committed Jan 7, 2023
1 parent 082f38a commit b4ee7ee
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion plugins/test-plugin/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
FROM ghcr.io/steamdeckhomebrew/holo-base:latest
FROM alpine:latest

RUN apk add --no-cache git

CMD [ "git", "clone", "[email protected]:NGnius/Fantastic.git" ]

0 comments on commit b4ee7ee

Please sign in to comment.