Skip to content

Commit

Permalink
Update Dockerfile (#4)
Browse files Browse the repository at this point in the history
Changed alpine image to latest and changed npm install
  • Loading branch information
JarradPrice authored Aug 25, 2021
1 parent 1493068 commit d826c3c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
FROM alpine:3.10
FROM alpine:latest

COPY entrypoint.sh /entrypoint.sh

RUN apk add npm
RUN apk add --update npm

RUN npm install -g @google/clasp

Expand Down

0 comments on commit d826c3c

Please sign in to comment.