Merge pull request #144 from wlonkly/patch-2

Remove duplicate line
This commit is contained in:
Jérôme Petazzoni
2018-03-10 14:55:39 -08:00
committed by GitHub

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 \