mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-07 10:56:49 +00:00
Fix tab indents
This commit is contained in:
parent
6be630c84e
commit
6360b4400a
@ -8,15 +8,15 @@ ENV BUILD_SRC_ROOT /tmp/project
|
||||
|
||||
RUN apt-get --quiet update && \
|
||||
apt-get --quiet --yes install \
|
||||
git \
|
||||
git \
|
||||
sudo \
|
||||
build-essential \
|
||||
python2.7 \
|
||||
python2.7-dev \
|
||||
libffi-dev \
|
||||
libssl-dev \
|
||||
libyaml-dev \
|
||||
virtualenv
|
||||
build-essential \
|
||||
python2.7 \
|
||||
python2.7-dev \
|
||||
libffi-dev \
|
||||
libssl-dev \
|
||||
libyaml-dev \
|
||||
virtualenv
|
||||
|
||||
# Get the project source. This is better than it seems. CircleCI will
|
||||
# *update* this checkout on each job run, saving us more time per-job.
|
||||
@ -36,12 +36,12 @@ ENV BUILD_SRC_ROOT /tmp/project
|
||||
# Install just the runtime dependencies of Tahoe-LAFS
|
||||
RUN apt-get --quiet update && \
|
||||
apt-get --quiet --yes install \
|
||||
python2.7 \
|
||||
libffi6 \
|
||||
libssl1.1 \
|
||||
libyaml-0-2 \
|
||||
virtualenv && \
|
||||
git \
|
||||
python2.7 \
|
||||
libffi6 \
|
||||
libssl1.1 \
|
||||
libyaml-0-2 \
|
||||
virtualenv && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=builder ${VIRTUALENV_PATH} ${VIRTUALENV_PATH}
|
||||
|
@ -12,15 +12,15 @@ RUN apt-get --quiet update && \
|
||||
apt-get --quiet --yes install git && \
|
||||
apt-get --quiet --yes install \
|
||||
sudo \
|
||||
build-essential \
|
||||
python2.7 \
|
||||
python2.7-dev \
|
||||
libffi-dev \
|
||||
libssl-dev \
|
||||
libyaml-dev \
|
||||
virtualenv \
|
||||
language-pack-en \
|
||||
iproute2
|
||||
build-essential \
|
||||
on2.7 \
|
||||
python2.7-dev \
|
||||
libffi-dev \
|
||||
libssl-dev \
|
||||
libyaml-dev \
|
||||
virtualenv \
|
||||
uage-pack-en \
|
||||
iproute2
|
||||
|
||||
# Get the project source. This is better than it seems. CircleCI will
|
||||
# *update* this checkout on each job run, saving us more time per-job.
|
||||
|
Loading…
x
Reference in New Issue
Block a user