We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e56200 commit b5f6c00Copy full SHA for b5f6c00
1 file changed
Dockerfile
@@ -5,12 +5,12 @@ RUN apt-get update \
5
&& apt-get install -y -qq jq \
6
&& apt-get clean \
7
&& pip install awscli \
8
- && pip install awsebcli --upgrade --user \
+ && pip install awsebcli --upgrade \
9
&& curl -o /usr/local/bin/ecs-cli https://s3.amazonaws.com/amazon-ecs-cli/ecs-cli-linux-amd64-latest \
10
&& chmod +x /usr/local/bin/ecs-cli
11
12
# Configure the local bins
13
-ENV PATH="~/.local/bin:${PATH}"
+ENV PATH="/root/.local/bin:${PATH}"
14
15
# Install Docker
16
RUN curl -sSL https://get.docker.com/ | sh
0 commit comments