Skip to content

Commit

Permalink
update dockers
Browse files Browse the repository at this point in the history
  • Loading branch information
hmunfru committed Apr 28, 2016
1 parent 3e570b6 commit 6dbec5b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docker/Dockerfile_acceptance
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu
RUN apt-get update
RUN sudo apt-get -y install python-pip python-dev \
RUN apt-get -y install python-pip python-dev \
libpq-dev libmysqlclient-dev libpq-dev \
git libffi-dev
RUN git clone https://github.com/telefonicaid/fiware-cloto /opt/fiware-cloto
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu
RUN apt-get update
RUN sudo apt-get -y install python-dev \
RUN apt-get -y install python-dev \
libpq-dev libmysqlclient-dev libpq-dev \
git wget curl libffi-dev zip python-mysqldb mysql-server\
supervisor python-clips build-essential gcc
Expand Down
2 changes: 1 addition & 1 deletion docker/Dockerfile_cloto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu
RUN apt-get update
RUN sudo apt-get -y install python-dev \
RUN apt-get -y install python-dev \
libpq-dev libmysqlclient-dev libpq-dev \
git curl libffi-dev zip python-mysqldb mysql-server\
supervisor python-clips build-essential gcc
Expand Down

0 comments on commit 6dbec5b

Please sign in to comment.