mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-21 14:49:33 +02:00
Updates asdf version
This commit is contained in:
parent
672229ac07
commit
eacc1a432b
1 changed files with 1 additions and 1 deletions
|
@ -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 --branch 1886e00cf18f5e9d3c5ac1bd18426d04121d4472 "$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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue