Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
acvigue authored Nov 15, 2023
1 parent 8862291 commit 33453f8
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
FROM node:alpine

RUN apk upgrade --no-cache
RUN apk add --no-cache git openssl go libwebp libwebp-dev alpine-sdk tzdata && \

COPY --from=golang:alpine /usr/local/go/ /usr/local/go/
ENV PATH="/usr/local/go/bin:${PATH}"

RUN apk add --no-cache git openssl libwebp libwebp-dev alpine-sdk tzdata && \
git clone https://github.com/tidbyt/pixlet && \
cd pixlet && \
make build && \
Expand Down

0 comments on commit 33453f8

Please sign in to comment.