mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-15 03:53:48 +02:00
Fix asdf install in dockerfile
This commit is contained in:
parent
71a01d0606
commit
cc43354d4b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y \
|
|||
# USER asdf
|
||||
# WORKDIR /asdf
|
||||
|
||||
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"/.profile
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue