Skip to content

Commit

Permalink
Remove empty space
Browse files Browse the repository at this point in the history
  • Loading branch information
gcotelli committed Oct 25, 2023
1 parent 82c4915 commit 6edb65d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ FROM alpine:3.12 as download-vm
RUN apk add unzip
WORKDIR /tmp/pharo-vm
ADD https://files.pharo.org/vm/pharo-spur64-headless/Linux-x86_64/PharoVM-10.0.8-b323c5f-Linux-x86_64-bin.zip ./PharoVM.zip

RUN set -eu; \
unzip PharoVM.zip; \
rm PharoVM.zip; \
Expand Down

0 comments on commit 6edb65d

Please sign in to comment.