diff options
author | ezkrg <ezkrg@ezkrg.me> | 2019-11-26 19:30:40 +0000 |
---|---|---|
committer | ezkrg <ezkrg@ezkrg.me> | 2019-11-26 19:30:40 +0000 |
commit | e815a2439f79542f523968779ae7b8ade8ea8a11 (patch) | |
tree | 6e14f26a1216ed23a48b3a9eaace4f8115bd8af2 /Dockerfile | |
parent | multiple run in Dockerfile (diff) | |
download | docker-bitlbee-libpurple-e815a2439f79542f523968779ae7b8ade8ea8a11.tar.gz docker-bitlbee-libpurple-e815a2439f79542f523968779ae7b8ade8ea8a11.zip |
spaces or tabs ?!?!
Diffstat (limited to '')
-rw-r--r-- | Dockerfile | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -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 \ |