Make the Dockerfile build again

This commit is contained in:
w0rp 2017-04-02 21:41:53 +01:00
parent 480c8504a6
commit e24f9d263c
1 changed files with 1 additions and 2 deletions

View File

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