mirror of
https://github.com/samsonjs/agate.git
synced 2026-03-25 09:05:50 +00:00
Update Dockerfile
Co-authored-by: JP Hastings-Edrei <hello@byjp.me>
This commit is contained in:
parent
fcbf73dcef
commit
77892008db
1 changed files with 0 additions and 2 deletions
|
|
@ -1,6 +1,4 @@
|
|||
FROM docker.io/library/rust:alpine AS builder
|
||||
# RUN wget -O source.tar.gz $(wget -qO- https://api.github.com/repos/mbrubeck/agate/releases/latest | sed -nE 's/^.*"tarball_url"\s*:\s*"([^"]+)".*$/\1/p')&& tar xzf source.tar.gz && \
|
||||
# mv mbrubeck-agate-* /agate
|
||||
|
||||
WORKDIR /agate
|
||||
COPY src src
|
||||
|
|
|
|||
Loading…
Reference in a new issue