aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorCody Hiar <codyfh@gmail.com>2017-02-10 16:34:44 -0700
committerCody Hiar <codyfh@gmail.com>2017-02-10 16:34:44 -0700
commitf6ca95bdc24a3bde4f0f1d4686a8c9b432c9a690 (patch)
tree60144ac20a00de02dddddf3f6e18dadac6f43eb6 /Dockerfile
parentbda08afa01f6250ebb376265cc553f7b815020e0 (diff)
fixing alignment
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index 07bf713..7303d97 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -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 \