Skip to content

Commit b5f6c00

Browse files
committed
installing eb cli as system
1 parent 7e56200 commit b5f6c00

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,12 +5,12 @@ RUN apt-get update \
55
&& apt-get install -y -qq jq \
66
&& apt-get clean \
77
&& pip install awscli \
8-
&& pip install awsebcli --upgrade --user \
8+
&& pip install awsebcli --upgrade \
99
&& curl -o /usr/local/bin/ecs-cli https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-latest \
1010
&& chmod +x /usr/local/bin/ecs-cli
1111

1212
# Configure the local bins
13-
ENV PATH="~/.local/bin:${PATH}"
13+
ENV PATH="/root/.local/bin:${PATH}"
1414

1515
# Install Docker
1616
RUN curl -sSL https://get.docker.com/ | sh

0 commit comments

Comments
 (0)