Merge pull request #1 from GaryCarneiro/GaryCarneiro-pypkgnamechange
Package name has changed
This commit is contained in:
commit
b642c7279d
|
@ -1,6 +1,6 @@
|
||||||
FROM python:3.5
|
FROM python:3.5
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y make python-software-properties curl
|
RUN apt-get install -y make software-properties-common curl
|
||||||
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash -
|
RUN curl -sL https://deb.nodesource.com/setup_7.x | bash -
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -y nodejs libldap2-dev libsasl2-dev libldap2-dev libssl-dev
|
RUN apt-get install -y nodejs libldap2-dev libsasl2-dev libldap2-dev libssl-dev
|
||||||
|
|
Loading…
Reference in New Issue