Skip to content

Commit 88ad513

Browse files
build: remove deprecated flags used to skip a repeated deno installation (#82)
Co-authored-by: slack-samples[bot] <169401055+slack-samples[bot]@users.noreply.github.com>
1 parent 508cdfa commit 88ad513

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.devcontainer/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ RUN export PATH="$DENO_INSTALL/bin:$PATH"
2121
WORKDIR /workspaces
2222

2323
# Install the Slack CLI
24-
RUN curl -fsSL https://downloads.slack-edge.com/slack-cli/install.sh | bash -s -- -d
24+
RUN curl -fsSL https://downloads.slack-edge.com/slack-cli/install.sh | bash

.devcontainer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,6 @@ file:
3030
```
3131

3232
[codespaces]: https://github.com/features/codespaces
33-
[cli]: https://api.slack.com/automation/cli
33+
[cli]: https://docs.slack.dev/tools/slack-cli/
3434
[container]: https://containers.dev/
3535
[vscode]: https://code.visualstudio.com/docs/devcontainers/containers

0 commit comments

Comments
 (0)