sforkowany z mirror/docker-cloud9
commit
d5643aff94
|
@ -23,9 +23,10 @@ RUN \
|
||||||
git clone https://github.com/docker/compose.git && \
|
git clone https://github.com/docker/compose.git && \
|
||||||
cd compose && \
|
cd compose && \
|
||||||
git checkout ${COMPOSE_VERSION} && \
|
git checkout ${COMPOSE_VERSION} && \
|
||||||
pip3 install \
|
pip3 install -U pip && \
|
||||||
|
pip install \
|
||||||
pyinstaller && \
|
pyinstaller && \
|
||||||
pip3 install \
|
pip install \
|
||||||
-r requirements.txt \
|
-r requirements.txt \
|
||||||
-r requirements-build.txt && \
|
-r requirements-build.txt && \
|
||||||
./script/build/write-git-sha > compose/GITSHA && \
|
./script/build/write-git-sha > compose/GITSHA && \
|
||||||
|
|
|
@ -24,9 +24,10 @@ RUN \
|
||||||
git clone https://github.com/docker/compose.git && \
|
git clone https://github.com/docker/compose.git && \
|
||||||
cd compose && \
|
cd compose && \
|
||||||
git checkout ${COMPOSE_VERSION} && \
|
git checkout ${COMPOSE_VERSION} && \
|
||||||
pip3 install \
|
pip3 install -U pip && \
|
||||||
|
pip install \
|
||||||
pyinstaller && \
|
pyinstaller && \
|
||||||
pip3 install \
|
pip install \
|
||||||
-r requirements.txt \
|
-r requirements.txt \
|
||||||
-r requirements-build.txt && \
|
-r requirements-build.txt && \
|
||||||
./script/build/write-git-sha > compose/GITSHA && \
|
./script/build/write-git-sha > compose/GITSHA && \
|
||||||
|
|
|
@ -12,6 +12,7 @@ RUN \
|
||||||
python3 \
|
python3 \
|
||||||
python3-dev \
|
python3-dev \
|
||||||
python3-pip \
|
python3-pip \
|
||||||
|
rustc \
|
||||||
zlib1g-dev
|
zlib1g-dev
|
||||||
|
|
||||||
RUN \
|
RUN \
|
||||||
|
@ -24,9 +25,10 @@ RUN \
|
||||||
git clone https://github.com/docker/compose.git && \
|
git clone https://github.com/docker/compose.git && \
|
||||||
cd compose && \
|
cd compose && \
|
||||||
git checkout ${COMPOSE_VERSION} && \
|
git checkout ${COMPOSE_VERSION} && \
|
||||||
pip3 install \
|
pip3 install -U pip && \
|
||||||
|
pip install \
|
||||||
pyinstaller && \
|
pyinstaller && \
|
||||||
pip3 install \
|
pip install \
|
||||||
-r requirements.txt \
|
-r requirements.txt \
|
||||||
-r requirements-build.txt && \
|
-r requirements-build.txt && \
|
||||||
./script/build/write-git-sha > compose/GITSHA && \
|
./script/build/write-git-sha > compose/GITSHA && \
|
||||||
|
|
Ładowanie…
Reference in New Issue