Remove duplicate line

This commit is contained in:
Rich Lafferty
2018-03-10 15:43:40 -05:00
committed by GitHub
parent eaf25e5b36
commit 815aaefad9

View File

@@ -94,8 +94,6 @@ RUN apt-get update && apt-get install -y wget && apt-get clean
It is also possible to break a command onto multiple lines:
It is possible to execute multiple commands in a single step:
```dockerfile
RUN apt-get update \
&& apt-get install -y wget \