Versioning base images asdf (#55)

* Adds specific version of asdf
This commit is contained in:
Keijo Raamat 2021-12-06 09:54:43 +02:00 committed by GitHub
parent 71a01d0606
commit 91d5f76152
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -24,7 +24,7 @@ RUN apt-get update && apt-get install -y \
&& apt-get clean \ && apt-get clean \
&& rm -rf /var/lib/apt/lists/* && rm -rf /var/lib/apt/lists/*
RUN git clone https://github.com/asdf-vm/asdf.git "$HOME"/.asdf && \ RUN git clone https://github.com/asdf-vm/asdf.git --branch v0.6.3 "$HOME"/.asdf && \
echo '. $HOME/.asdf/asdf.sh' >> "$HOME"/.bashrc && \ echo '. $HOME/.asdf/asdf.sh' >> "$HOME"/.bashrc && \
echo '. $HOME/.asdf/asdf.sh' >> "$HOME"/.profile echo '. $HOME/.asdf/asdf.sh' >> "$HOME"/.profile