Skip to content

Instantly share code, notes, and snippets.

Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@pgab
pgab / Dockerfile
Created December 4, 2017 07:27
Librsvg
FROM ubuntu:zesty
RUN apt-get update && apt-get install -y wget vim
RUN echo 'deb http://apt.llvm.org/zesty/ llvm-toolchain-zesty main' > /etc/apt/sources.list.d/clang.list
RUN wget -O - https://apt.llvm.org/llvm-snapshot.gpg.key|apt-key add -
RUN apt-get update && apt-get install -y \
build-essential autoconf libtool automake\
ca-certificates \
libssl-dev \
git \
curl \