Skip to content

Commit

Permalink
save image att the end
Browse files Browse the repository at this point in the history
  • Loading branch information
ElCep committed Aug 10, 2018
1 parent c50ce2a commit b8ca242
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ run apt-get update && apt-get install -y curl unzip libx11-6:i386 libgl1-mesa-gl

RUN mkdir cormas && cd cormas
RUN curl https://get.pharo.org | bash
RUN ./pharo Pharo.image eval "Metacello new onWarningLog; repository: 'github://cormas/cormas/repository'; baseline: 'Cormas'; load"

RUN ./pharo Pharo.image eval "Metacello new onWarningLog; repository: 'github://cormas/cormas/repository'; baseline: 'Cormas'; load. Smalltalk snapshot: true andQuit: true"

0 comments on commit b8ca242

Please sign in to comment.