Skip to content
Snippets Groups Projects
Commit 1a677700 authored by Julian's avatar Julian
Browse files

Dockerfile.meteor: Added /root/.meteor to PATH

parent e7784fd8
Branches
No related tags found
No related merge requests found
Pipeline #13944 passed
......@@ -2,6 +2,7 @@ FROM debian:bullseye
ENV METEOR_VERSION=2.5.1
ENV METEOR_ALLOW_SUPERUSER=true
ENV PATH=$PATH:/root/.meteor
RUN apt-get -qq update && \
apt-get -qq dist-upgrade && \
......@@ -14,4 +15,4 @@ RUN cd && \
# The package only contains an ".meteor" directory that ends up in "/root/.meteor"
tar -xzf meteor-bootstrap.tar.gz && \
rm meteor-bootstrap.tar.gz && \
~/.meteor/meteor --version
meteor --version
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment