View rrdtool-1.6.0-newline-in-graphtitle.diff
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- rrdtool-1.6.0-orig/src/rrd_graph.c 2017-03-07 10:20:47.154603542 +0100 | |
+++ rrdtool-1.6.0/src/rrd_graph.c 2017-03-07 11:57:28.174767236 +0100 | |
@@ -3084,6 +3084,8 @@ | |
long i; | |
int res = 0; | |
double X0, Y0; /* points for filled graph and more */ | |
+ int j = 0; | |
+ imgtitle_t myimgtitle_t; | |
struct gfx_color_t water_color; | |
View Dancer2_Dockerfile
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
FROM phusion/baseimage:0.9.16 | |
CMD ["/sbin/my_init"] | |
# | |
# Apt | |
# | |
RUN apt-get -y update | |
RUN apt-get -y install \ |