File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -223,12 +223,11 @@ RUN LAZYGIT_VERSION=$(curl -s "https://api.github.com/repos/jesseduffield/lazygi
223
223
tar xf lazygit.tar.gz -C /usr/local/bin lazygit
224
224
225
225
# Install doctl
226
- # See
226
+ # See https://docs.digitalocean.com/reference/doctl/how-to/install
227
227
RUN DOCTL_VERSION=$(curl -s "https://api.github.com/repos/digitalocean/doctl/releases/latest" | grep '"tag_name":' | sed -E 's/.*"v([^"]+)".*/\1 /' ) && \
228
228
curl -L https://github.com/digitalocean/doctl/releases/download/v${DOCTL_VERSION}/doctl-${DOCTL_VERSION}-linux-amd64.tar.gz -o doctl.tar.gz && \
229
229
tar xf doctl.tar.gz -C /usr/local/bin doctl
230
230
231
-
232
231
# Install frontend utilities
233
232
ENV NVM_DIR=/usr/local/nvm
234
233
ENV NODE_VERSION=20.16.0
You can’t perform that action at this time.
0 commit comments