Make the Dockerfile build again

This commit is contained in:
w0rp 2017-04-02 21:41:53 +01:00
parent 480c8504a6
commit e24f9d263c

View file

@ -3,6 +3,7 @@ FROM tweekmonster/vim-testbed:latest
RUN install_vim -tag v8.0.0000 -build \ RUN install_vim -tag v8.0.0000 -build \
-tag v8.0.0027 -build -tag v8.0.0027 -build
# the clang package includes clang-tidy
ENV PACKAGES="\ ENV PACKAGES="\
git \ git \
python=2.7.12-r0 \ python=2.7.12-r0 \
@ -10,8 +11,6 @@ ENV PACKAGES="\
nodejs \ nodejs \
gcc \ gcc \
clang \ clang \
cppcheck \
clang-tidy \
" "
RUN apk --update add $PACKAGES && \ RUN apk --update add $PACKAGES && \
rm -rf /var/cache/apk/* /tmp/* /var/tmp/* rm -rf /var/cache/apk/* /tmp/* /var/tmp/*