Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Fernando Méndez Requena authored Oct 15, 2019
1 parent 66d07c5 commit 9742bde
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion samples/stamp/atos/performance/template/browser/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,16 @@ RUN sudo apt-get update && \
python2.7 \
python-pip

WORKDIR ./browser
WORKDIR /browser

RUN chmod 777 -R /browser

RUN pip install --upgrade pip

RUN sudo -H pip install bzt

COPY ./citygo.jmx /browser/citygo-tests/citygo.jmx

RUN ls -lR /browser

CMD echo "Ready!"

0 comments on commit 9742bde

Please sign in to comment.