File tree Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Expand file tree Collapse file tree 3 files changed +6
-9
lines changed Original file line number Diff line number Diff line change @@ -102,10 +102,9 @@ RUN \
102102 \( \
103103 -type d -a \( -name test -o -name tests \) \
104104 \) -exec rm -rf '{}' + \
105- && rm -rf /usr/src/python
106-
105+ && rm -rf /usr/src/python \
107106# make some useful symlinks that are expected to exist
108- RUN cd /usr/local/bin \
107+ && cd /usr/local/bin \
109108 && ln -s idle3 idle \
110109 && ln -s pydoc3 pydoc \
111110 && ln -s python3 python \
Original file line number Diff line number Diff line change @@ -102,10 +102,9 @@ RUN \
102102 \( \
103103 -type d -a \( -name test -o -name tests \) \
104104 \) -exec rm -rf '{}' + \
105- && rm -rf /usr/src/python
106-
105+ && rm -rf /usr/src/python \
107106# make some useful symlinks that are expected to exist
108- RUN cd /usr/local/bin \
107+ && cd /usr/local/bin \
109108 && ln -s idle3 idle \
110109 && ln -s pydoc3 pydoc \
111110 && ln -s python3 python \
Original file line number Diff line number Diff line change @@ -103,10 +103,9 @@ RUN \
103103 \( \
104104 -type d -a \( -name test -o -name tests \) \
105105 \) -exec rm -rf '{}' + \
106- && rm -rf /usr/src/python
107-
106+ && rm -rf /usr/src/python \
108107# make some useful symlinks that are expected to exist
109- RUN cd /usr/local/bin \
108+ && cd /usr/local/bin \
110109 && ln -s idle3 idle \
111110 && ln -s pydoc3 pydoc \
112111 && ln -s python3 python \
You can’t perform that action at this time.
0 commit comments