aboutsummaryrefslogtreecommitdiffstats
path: root/Dockerfile
diff options
context:
space:
mode:
authorezkrg <ezkrg@ezkrg.me>2019-11-26 19:30:40 +0000
committerezkrg <ezkrg@ezkrg.me>2019-11-26 19:30:40 +0000
commite815a2439f79542f523968779ae7b8ade8ea8a11 (patch)
tree6e14f26a1216ed23a48b3a9eaace4f8115bd8af2 /Dockerfile
parentmultiple run in Dockerfile (diff)
downloaddocker-bitlbee-libpurple-e815a2439f79542f523968779ae7b8ade8ea8a11.tar.gz
docker-bitlbee-libpurple-e815a2439f79542f523968779ae7b8ade8ea8a11.zip
spaces or tabs ?!?!
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile10
1 files changed, 5 insertions, 5 deletions
diff --git a/Dockerfile b/Dockerfile
index 3fc8f95..f3048f6 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -14,7 +14,7 @@ RUN addgroup -g 101 -S bitlbee \
libpurple-oscar \
libpurple-bonjour \
&& apk add --no-cache --update --virtual .build-dependencies \
- build-base \
+ build-base \
git \
glib-dev \
openssl-dev \
@@ -40,7 +40,7 @@ RUN if [ ${FACEBOOK} -eq 1 ]; then cd /tmp \
&& apk add --no-cache --update \
json-glib \
&& apk add --no-cache --update --virtual .build-dependencies \
- build-base \
+ build-base \
git \
autoconf \
automake \
@@ -64,7 +64,7 @@ RUN if [ ${STEAM} -eq 1 ]; then cd /tmp \
&& apk add --no-cache --update \
libgcrypt \
&& apk add --no-cache --update --virtual .build-dependencies \
- build-base \
+ build-base \
git \
autoconf \
automake \
@@ -88,7 +88,7 @@ RUN if [ ${SKYPEWEB} -eq 1 ]; then cd /tmp \
&& apk add --no-cache --update \
json-glib \
&& apk add --no-cache --update --virtual .build-dependencies \
- build-base \
+ build-base \
git \
pidgin-dev \
json-glib-dev \
@@ -112,7 +112,7 @@ RUN if [ ${TELEGRAM} -eq 1 ]; then cd /tmp \
libwebp \
libpng \
&& apk add --no-cache --update --virtual .build-dependencies \
- build-base \
+ build-base \
git \
libgcrypt-dev \
zlib-dev \