diff --git a/.devcontainer/Dockerfile b/.devcontainer/Dockerfile index b4982c7..e8ed535 100644 --- a/.devcontainer/Dockerfile +++ b/.devcontainer/Dockerfile @@ -21,4 +21,4 @@ RUN export PATH="$DENO_INSTALL/bin:$PATH" WORKDIR /workspaces # Install the Slack CLI -RUN curl -fsSL https://downloads.slack-edge.com/slack-cli/install.sh | bash -s -- -d +RUN curl -fsSL https://downloads.slack-edge.com/slack-cli/install.sh | bash diff --git a/.devcontainer/README.md b/.devcontainer/README.md index 4ef3433..86f345b 100644 --- a/.devcontainer/README.md +++ b/.devcontainer/README.md @@ -30,6 +30,6 @@ file: ``` [codespaces]: https://github.com/features/codespaces -[cli]: https://api.slack.com/automation/cli +[cli]: https://docs.slack.dev/tools/slack-cli/ [container]: https://containers.dev/ [vscode]: https://code.visualstudio.com/docs/devcontainers/containers