Skip to content

Commit 5f21ee0

Browse files
author
github-actions
committed
update with project-syncing action
1 parent 2fb60cc commit 5f21ee0

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

appdev.rails8.Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,8 @@ RUN curl -fsSL https://deb.nodesource.com/setup_18.x | sudo -E bash - \
7575
&& sudo n 18 \
7676
&& hash -r \
7777
&& sudo rm -rf /var/lib/apt/lists/* \
78+
# Create python symlink
79+
&& sudo ln -s /usr/bin/python3 /usr/bin/python \
7880
# Add thoughtbot style bash prompt
7981
&& sudo wget -qO ./prompt "https://gist.githubusercontent.com/jelaniwoods/7e5db8d72b3dfac257b7eb562cfebf11/raw/af43083d91c0eb1489059a2ad9c39474a34ddbda/thoughtbot-style-prompt" \
8082
&& /bin/bash -l -c "cat ./prompt >> ~/.bashrc" \

0 commit comments

Comments
 (0)