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 Jan 5, 2024
1 parent f5ba3d8 commit 167e340
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
FROM btwiuse/arch:golang AS builder

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

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 167e340

Please sign in to comment.