tweak the comment x5
This commit is contained in:
parent
a7fb7c21e3
commit
4e56c249d2
|
@ -19,8 +19,8 @@ RUN yum install --assumeyes \
|
||||||
/usr/bin/virtualenv \
|
/usr/bin/virtualenv \
|
||||||
net-tools
|
net-tools
|
||||||
|
|
||||||
# Get the project source. Copying in the whole project source here isn't very
|
# Get the project source. This is better than it seems. CircleCI will
|
||||||
# cache friendly but there's no Docker layer cache on CircleCI anyway!
|
# *update* this checkout on each job run, saving us more time per-job.
|
||||||
COPY . ${BUILD_SRC_ROOT}
|
COPY . ${BUILD_SRC_ROOT}
|
||||||
|
|
||||||
RUN "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}"
|
RUN "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}"
|
||||||
|
|
|
@ -19,8 +19,8 @@ RUN apt-get --quiet update && \
|
||||||
libyaml-dev \
|
libyaml-dev \
|
||||||
virtualenv
|
virtualenv
|
||||||
|
|
||||||
# Get the project source. Copying in the whole project source here isn't very
|
# Get the project source. This is better than it seems. CircleCI will
|
||||||
# cache friendly but there's no Docker layer cache on CircleCI anyway!
|
# *update* this checkout on each job run, saving us more time per-job.
|
||||||
COPY . ${BUILD_SRC_ROOT}
|
COPY . ${BUILD_SRC_ROOT}
|
||||||
|
|
||||||
RUN "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}"
|
RUN "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}"
|
||||||
|
|
|
@ -19,8 +19,8 @@ RUN yum install --assumeyes \
|
||||||
/usr/bin/virtualenv \
|
/usr/bin/virtualenv \
|
||||||
net-tools
|
net-tools
|
||||||
|
|
||||||
# Get the project source. Copying in the whole project source here isn't very
|
# Get the project source. This is better than it seems. CircleCI will
|
||||||
# cache friendly but there's no Docker layer cache on CircleCI anyway!
|
# *update* this checkout on each job run, saving us more time per-job.
|
||||||
COPY . ${BUILD_SRC_ROOT}
|
COPY . ${BUILD_SRC_ROOT}
|
||||||
|
|
||||||
RUN "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}"
|
RUN "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}"
|
||||||
|
|
|
@ -42,8 +42,8 @@ RUN slackpkg install \
|
||||||
python get-pip.py && \
|
python get-pip.py && \
|
||||||
pip install virtualenv
|
pip install virtualenv
|
||||||
|
|
||||||
# Get the project source. Copying in the whole project source here isn't very
|
# Get the project source. This is better than it seems. CircleCI will
|
||||||
# cache friendly but there's no Docker layer cache on CircleCI anyway!
|
# *update* this checkout on each job run, saving us more time per-job.
|
||||||
COPY . ${BUILD_SRC_ROOT}
|
COPY . ${BUILD_SRC_ROOT}
|
||||||
|
|
||||||
RUN "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}"
|
RUN "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}"
|
||||||
|
|
|
@ -22,8 +22,8 @@ RUN apt-get --quiet update && \
|
||||||
language-pack-en \
|
language-pack-en \
|
||||||
iproute2
|
iproute2
|
||||||
|
|
||||||
# Get the project source. Copying in the whole project source here isn't very
|
# Get the project source. This is better than it seems. CircleCI will
|
||||||
# cache friendly but there's no Docker layer cache on CircleCI anyway!
|
# *update* this checkout on each job run, saving us more time per-job.
|
||||||
COPY . ${BUILD_SRC_ROOT}
|
COPY . ${BUILD_SRC_ROOT}
|
||||||
|
|
||||||
RUN "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}"
|
RUN "${BUILD_SRC_ROOT}"/.circleci/prepare-image.sh "${WHEELHOUSE_PATH}" "${VIRTUALENV_PATH}" "${BUILD_SRC_ROOT}"
|
||||||
|
|
Loading…
Reference in New Issue