Skip to content

Commit

Permalink
add mypy to install
Browse files Browse the repository at this point in the history
  • Loading branch information
Palaptin authored Dec 5, 2023
1 parent ce2a0f6 commit cdea3ba
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
@@ -1,5 +1,5 @@
FROM ghcr.io/lscr.io/linuxserver/webtop:arch-xfce
RUN pacman -Syu git vi glibc unzip webkit2gtk go geany pycharm-community-edition python-black python-pip python-yaml python-mysqlclient python-apscheduler python-pytz python-aiohttp --noconfirm
RUN pacman -Syu git vi glibc unzip webkit2gtk go geany mypy pycharm-community-edition python-black python-pip python-yaml python-mysqlclient python-apscheduler python-pytz python-aiohttp --noconfirm
RUN echo LANG=de_DE.UTF-8 >> /etc/locale.conf && echo 'de_DE.UTF-8 UTF-8' >> /etc/locale.gen && locale-gen
RUN cd tmp && sudo -u kasm-user git clone https://aur.archlinux.org/yay-git.git && cd yay-git && sudo -u kasm-user makepkg -si --noconfirm
RUN echo -e '[Desktop Entry]\nVersion=1.0\nType=Application\nName=PyCharm Community Edition\nComment=Python IDE for Professional Developers\nExec=/usr/bin/pycharm %f\nIcon=pycharm\nTerminal=false\nStartupNotify=true\nStartupWMClass=jetbrains-pycharm-ce\nCategories=Development;IDE;Java;' >> /etc/xdg/autostart/intelij.desktop
Expand Down

0 comments on commit cdea3ba

Please sign in to comment.