Closed mzfr closed 4 years ago
There was the empty line between different commands which caused docker to give WARNING. I've removed those.
WARNING
Also, in my opinion, it would be nice to actually use different RUN for each command rather than having a single RUN for all the commands.
RUN
There was the empty line between different commands which caused docker to give
WARNING
. I've removed those.Also, in my opinion, it would be nice to actually use different
RUN
for each command rather than having a singleRUN
for all the commands.