Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Palaptin authored Dec 9, 2023
1 parent cdea3ba commit cca1f50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Pycharm_with_python_telegram_bot_on_Arch/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ RUN echo -e '[Desktop Entry]\nVersion=1.0\nType=Application\nName=PyCharm Commun
RUN sudo -u kasm-user pycharm installPlugins me.lensvol.blackconnect
RUN sudo -u kasm-user mkdir -p '/home/kasm-user/.config/JetBrains/PyCharmCE2023.1/options' && echo -e '<application>\n<component name="BlackConnectGlobalSettings" bindOnHostname="127.0.0.1" blackdBinaryPath="/usr/sbin/blackd"/>\n</application>' >> sudo -u kasm-user /home/kasm-user/.config/JetBrains/PyCharmCE2023.1/options/other.xml
RUN sudo -u kasm-user pip install -U sqlalchemy[asyncio] asyncmy --break-system-packages
RUN sudo -u kasm-user yay -S python-telegram-bot python-aiolimiter sqlacodegen --noconfirm
RUN sudo -u kasm-user yay -S python-telegram-bot python-aiolimiter python-types-pyyaml sqlacodegen --noconfirm

0 comments on commit cca1f50

Please sign in to comment.