@@ -0,0 +1 @@
+RUN apt-get install racket -y
@@ -0,0 +1,7 @@
+#!/usr/bin/bash
+
+IN="$(mktemp --suffix .rkt)"
+cat > "$IN"
+racket -f "$IN"