Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
shashi-rai committed Jan 21, 2022
1 parent 0a4ea61 commit f6de6d4
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .bhojpur.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
FROM bhojpur/platform-full
ENV TRIGGER_REBUILD=1
RUN curl -sfL https://install.goreleaser.com/github.com/goreleaser/goreleaser.sh | sudo BINDIR=/usr/local/bin sh
RUN sudo su -c "cd /usr; curl -L https://github.com/moby/buildkit/releases/download/v0.9.3/buildkit-v0.9.3.linux-amd64.tar.gz | tar xvz"
# NOTE: remove when platform-full includes golangci
RUN curl -sSfL https://raw.githubusercontent.com/golangci/golangci-lint/master/install.sh | sudo BINDIR=/usr/local/bin sh
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
FROM moby/buildkit:v0.9.3
WORKDIR /game
COPY game README.md /game/
ENV PATH=/game:$PATH
ENTRYPOINT [ "/bhojpur/game" ]

0 comments on commit f6de6d4

Please sign in to comment.