Skip to content

Instantly share code, notes, and snippets.

@erno
Created June 9, 2020 06:42
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save erno/9abd8e928302503e932a61e5663eeeb5 to your computer and use it in GitHub Desktop.
Save erno/9abd8e928302503e932a61e5663eeeb5 to your computer and use it in GitHub Desktop.
Repro for CLJS-3241
FROM ubuntu:16.04
RUN apt update && apt -y install default-jdk curl git && \
curl -O https://download.clojure.org/install/linux-install-1.10.1.536.sh && \
bash linux-install*.sh && \
git clone https://github.com/solita/mnt-teet.git
RUN echo 'mkdir -p /codebuild/output/src923210442/src/github.com/solita/ && \
mv mnt-teet /codebuild/output/src923210442/src/github.com/solita/ && \
cd /codebuild/output/src923210442/src/github.com/solita/mnt-teet && \
git checkout 83700fb42065f07008279f3ee65ff747dcdfab45 && \
cd app/frontend && \
clojure -A:test' > repro.sh
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment