Skip to content

Commit

Permalink
ci: update release dockerfile (#2786)
Browse files Browse the repository at this point in the history
  • Loading branch information
HeartSquared committed Jun 8, 2022
1 parent 4657080 commit 4e8b786
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .buildkite/dockerfiles/release.Dockerfile
Original file line number Diff line number Diff line change
@@ -1 +1,13 @@
FROM node:lts-stretch
FROM node:16-alpine

RUN apk update && apk add --no-cache \
git \
openssh \
python3 \
py3-pip \
gcc \
alpine-sdk \
python3-dev

RUN pip install \
awscli

0 comments on commit 4e8b786

Please sign in to comment.