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 883b06f commit c0c57b6Copy full SHA for c0c57b6
1 file changed
Dockerfile.aarch64
@@ -21,7 +21,7 @@ RUN \
21
echo "**** install packages ****" && \
22
pacman -Sy --noconfirm \
23
caja \
24
- "pycharm-community-edition${PYCHARM_VERSION:+=$PYCHARM_VERSION}" && \
+ pycharm && \
25
echo "**** cleanup ****" && \
26
printf \
27
"Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" \
0 commit comments