"Fossies" - the Fresh Open Source Software Archive  

Source code changes of the file "Dockerfile" between
linguist-7.23.0.tar.gz and linguist-7.24.0.tar.gz

About: Linguist is a library mainly to detect the programming language used in a file (on GitHub.com it is used to detect blob languages, ignore binary or vendored files, suppress generated files in diffs, and generate language breakdown graphs).

Dockerfile  (linguist-7.23.0):Dockerfile  (linguist-7.24.0)
FROM ruby:2-alpine3.13 FROM ruby:2-alpine3.13
RUN apk --update add --virtual build_deps \ RUN apk --update add --virtual build_deps \
build-base \ build-base \
libc-dev \ libc-dev \
linux-headers \
cmake \ cmake \
&& apk --no-cache add icu-dev openssl-dev \ && apk add icu-dev openssl-dev \
&& gem install github-linguist \ && gem install github-linguist \
&& apk del build_deps build-base libc-dev linux-headers cmake && apk del build_deps \
&& rm /var/cache/apk/*
CMD ["github-linguist"] CMD ["github-linguist"]
 End of changes. 3 change blocks. 
3 lines changed or deleted 3 lines changed or added

Home  |  About  |  Features  |  All  |  Newest  |  Dox  |  Diffs  |  RSS Feeds  |  Screenshots  |  Comments  |  Imprint  |  Privacy  |  HTTP(S)