You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
curl https://nodejs.org/dist/v${NODE_VERSION}/node-v${NODE_VERSION}-linux-$(echo ${TARGETARCH} | sed 's/amd64/x64/').tar.xz | tar xJ --strip-components=1
78
83
ENV PATH="/opt/node/bin:$PATH"
79
84
80
-
# Set up flyctl
81
-
RUN curl -L https://fly.io/install.sh | sh
82
-
ENV FLYCTL_INSTALL="/root/.fly"
83
-
ENV PATH="$FLYCTL_INSTALL/bin:$PATH"
84
-
85
85
# Set up chamber for SSM-based secrets management
86
86
RUN curl -fL "https://github.com/segmentio/chamber/releases/download/v${CHAMBER_VERSION}/chamber-v${CHAMBER_VERSION}-linux-${TARGETARCH}" \
0 commit comments