Skip to content

Commit

Permalink
init btwiuse/arch:ufo
Browse files Browse the repository at this point in the history
  • Loading branch information
navigaid committed Dec 22, 2023
1 parent f5ba3d8 commit 80e0b0e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,15 @@
FROM btwiuse/arch:golang AS builder

RUN git clone https://github.com/webteleport/ufo /webteleport/ufo

WORKDIR /webteleport/ufo

RUN go mod tidy

RUN CGO_ENABLED=0 GOBIN=/usr/local/bin go install ./cmd/ufo

FROM btwiuse/arch

RUN pacman -Syu --noconfirm --overwrite='*' docker neofetch

COPY --from=builder /usr/local/bin/ufo /usr/local/bin/
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
FROM btwiuse/arch:ufo

0 comments on commit 80e0b0e

Please sign in to comment.