mirror of
https://github.com/internetee/epp_proxy.git
synced 2025-08-24 16:10:47 +02:00
Merge pull request #54 from internetee/fix-asdf-install
Fix asdf install in dockerfile
This commit is contained in:
commit
99b714676b
1 changed files with 1 additions and 1 deletions
|
@ -40,7 +40,7 @@ RUN apt-get update && apt-get install -y \
|
||||||
# USER asdf
|
# USER asdf
|
||||||
# WORKDIR /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"/.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