Don't explicitly install lume, it is implicitly

required already in deno.json
This commit is contained in:
teutat3s 2023-02-27 16:46:24 +01:00
parent 5ff33d1454
commit 76b8f1520b
Signed by: teutat3s
GPG key ID: 18DAE600A6BBE705

View file

@ -2,7 +2,6 @@ FROM denoland/deno:alpine-1.30.3 as build-stage
WORKDIR /app
RUN apk update && apk add bash
RUN deno run -A https://deno.land/x/lume@v1.15.3/install.ts
COPY . /app/
RUN ./build.sh