diff options
author | Cody Hiar <codyfh@gmail.com> | 2017-02-10 16:34:44 -0700 |
---|---|---|
committer | Cody Hiar <codyfh@gmail.com> | 2017-02-10 16:34:44 -0700 |
commit | f6ca95bdc24a3bde4f0f1d4686a8c9b432c9a690 (patch) | |
tree | 60144ac20a00de02dddddf3f6e18dadac6f43eb6 /Dockerfile | |
parent | bda08afa01f6250ebb376265cc553f7b815020e0 (diff) |
fixing alignment
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,7 +9,7 @@ RUN echo "http://dl-4.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositor RUN echo "http://dl-4.alpinelinux.org/alpine/edge/community" >> /etc/apk/repositories # Install all the needed packages RUN apk add --no-cache \ - # My Stuff + # My Stuff bash \ unibilium \ php5 \ |