Philipp Pospischil

Results 2 comments of Philipp Pospischil

I got directus 10.10.7 running on uberspace! My process was to build from source on CentOS7 and to copy the libraries from the libvips-devel dependency (needed by sharp) onto uberspace...

Sure thing, I used this Dockerfile: ``` FROM centos:7 # the node build requires python3 and gcc RUN yum install -y centos-release-scl-rh && yum install -y python3 make rsync devtoolset-10...