diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2018-11-09 18:04:18 +0100 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2018-11-09 18:04:18 +0100 |
| commit | 6572a07a3a639917dba8a88cebacd8b77111ee91 (patch) | |
| tree | e7cce641ce45988ed151f93c29876f6562dd0b1d /Dockerfile | |
| parent | 641cdc469d9068ec1d4032dc124528a0f5587f23 (diff) | |
Remove commented commands
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -3,10 +3,6 @@ MAINTAINER Sacheendra Talluri <sacheendra.t@gmail.com> # Installing python and web-server dependencies RUN echo "deb http://ftp.debian.org/debian stretch main" >> /etc/apt/sources.list \ -# && apt-get update \ -# && apt-get install -y apt-transport-https \ -# && curl -sS https://dl.yarnpkg.com/debian/pubkey.gpg | apt-key add - \ -# && echo "deb https://dl.yarnpkg.com/debian/ stable main" | tee /etc/apt/sources.list.d/yarn.list \ && apt-get update \ && apt-get install -y python python-pip yarn git sed mysql-client \ && rm -rf /var/lib/apt/lists/* |
