Skip to content
This repository has been archived by the owner on Aug 5, 2020. It is now read-only.

Commit

Permalink
apk update
Browse files Browse the repository at this point in the history
  • Loading branch information
justjavac committed Aug 30, 2018
1 parent b63396f commit 5e8ff0e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ ENV DENO_VERSION 0.1.1

RUN addgroup -g 1000 deno \
&& adduser -u 1000 -G deno -s /bin/sh -D deno \
&& apk update \
&& apk add --no-cache --virtual .build-deps \
curl \
&& curl -fsSLO --compressed "https://github.com/denoland/deno/releases/download/v$DENO_VERSION/deno_linux_x64.gz" \
Expand Down

0 comments on commit 5e8ff0e

Please sign in to comment.