Don't explicitly install lume, it is implicitly

required already in deno.json
pull/2/head
teutat3s 2023-02-27 16:46:24 +01:00
parent 5ff33d1454
commit 76b8f1520b
Signed by: teutat3s
GPG Key ID: 18DAE600A6BBE705
1 changed files with 0 additions and 1 deletions

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