Skip to content

Instantly share code, notes, and snippets.

@samth
Created October 27, 2017 21:48
Show Gist options
  • Save samth/83e2062f81ce02d55d9f97db41d5c30b to your computer and use it in GitHub Desktop.
Save samth/83e2062f81ce02d55d9f97db41d5c30b to your computer and use it in GitHub Desktop.
Sending build context to Docker daemon 79.36 kB
Step 1 : FROM ubuntu:17.10
---> 579580072367
Step 2 : ARG version="6.10.1.900"
---> Using cache
---> 55684a7cecd7
Step 3 : RUN apt-get update
---> Using cache
---> 3d360d611118
Step 4 : RUN apt-get install -y wget
---> Using cache
---> d124f606f150
Step 5 : RUN wget http://pre-release.racket-lang.org/installers/racket-$version-x86_64-linux.sh
---> Using cache
---> 7e8e967ae834
Step 6 : RUN sh ./racket-$version-x86_64-linux.sh --in-place --dest ./racket-in-place
---> Using cache
---> 737a5ab43c9a
Step 7 : RUN ./racket-in-place/bin/raco pkg install --auto racket-test htdp-test typed-racket-test
---> Using cache
---> bb4eed45fa84
Step 8 : CMD /racket-in-place/bin/racket -l tests/racket/test
---> Using cache
---> d7f4dd0a0243
Successfully built d7f4dd0a0243
Section(basic)
Section(unicode)
Section(rx)
Section(reading)
Section(readtable)
Section(printing)
Section(macro)
Section(syntax)
Section(letrec)
Section(procs)
Section(stx)
Section(module)
Section(submodule)
Section(stxparam)
Section(numbers)
Section(unsafe)
Section(object)
Section(struct)
Section(threads)
Section(logger)
Section(synchronization)
Section(places)
Section(deep)
Section(continuation-marks)
Section(prompt)
Section(wills)
Section(namespaces)
Section(collects)
Section(modprot)
Section(chaperones)
Section(parameters)
Section(port)
Section(file)
ERROR: expected an error
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment