We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fb60cc commit 5f21ee0Copy full SHA for 5f21ee0
appdev.rails8.Dockerfile
@@ -75,6 +75,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - \
75
&& sudo n 18 \
76
&& hash -r \
77
&& sudo rm -rf /var/lib/apt/lists/* \
78
+ # Create python symlink
79
+ && sudo ln -s /usr/bin/python3 /usr/bin/python \
80
# Add thoughtbot style bash prompt
81
&& sudo wget -qO ./prompt "https://gist.githubusercontent.com/jelaniwoods/7e5db8d72b3dfac257b7eb562cfebf11/raw/af43083d91c0eb1489059a2ad9c39474a34ddbda/thoughtbot-style-prompt" \
82
&& /bin/bash -l -c "cat ./prompt >> ~/.bashrc" \
0 commit comments