Skip to content

Commit b9e24ed

Browse files
committed
Remove use of compose-cli install script
`compose-cli` was retired in Nov. 2023. See docker-archive/compose-cli#2258 Installation of this script was also causing specious failures in the deployability tests. This should be safe to remove since #153 since, iiuc, this was only for integration with AWS.
1 parent b60799f commit b9e24ed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,6 @@ RUN apt-get update && apt-get install libffi-dev libev4 openssh-client curl gnup
3535
RUN curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add -
3636
RUN echo 'deb [arch=amd64] https://download.docker.com/linux/debian bookworm stable' >> /etc/apt/sources.list
3737
RUN apt-get update && apt-get install docker-ce docker-ce-cli docker-buildx-plugin docker-compose-plugin -y --no-install-recommends
38-
RUN curl -L https://raw.githubusercontent.com/docker/compose-cli/main/scripts/install/install_linux.sh | sh
3938
WORKDIR /var/lib/ocurrent
4039
ENTRYPOINT ["dumb-init", "/usr/local/bin/ocurrent-deployer"]
4140
COPY create-config.sh create-config.sh

0 commit comments

Comments
 (0)