Skip to content

Commit c0c57b6

Browse files
committed
do not use version on arm64
1 parent 883b06f commit c0c57b6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile.aarch64

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ RUN \
2121
echo "**** install packages ****" && \
2222
pacman -Sy --noconfirm \
2323
caja \
24-
"pycharm-community-edition${PYCHARM_VERSION:+=$PYCHARM_VERSION}" && \
24+
pycharm && \
2525
echo "**** cleanup ****" && \
2626
printf \
2727
"Linuxserver.io version: ${VERSION}\nBuild-date: ${BUILD_DATE}" \

0 commit comments

Comments
 (0)