Remove QuickJS specific changes, now uses another engine

This commit is contained in:
Mitchell Syer
2022-11-17 01:56:59 +00:00
parent 10f334800c
commit 759d2f916f
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ RUN if echo "$BASE_IMAGE" | grep -q "openjdk"; then useradd -ms /bin/sh suwayomi
if echo "$BASE_IMAGE" | grep -q "alpine"; then \
apk --update add curl tzdata && addgroup -g 1000 -S suwayomi && adduser -u 1000 -S suwayomi -G suwayomi; \
else \
useradd -ms /bin/sh suwayomi && apt update && apt install libc++-dev -y; fi; \
useradd -ms /bin/sh suwayomi; fi; \
elif echo "$BASE_IMAGE" | grep -q "alpine"; then apk --update add curl openjdk8-jre-base tzdata && addgroup -g 1000 -S suwayomi && adduser -u 1000 -S suwayomi -G suwayomi; \
else echo "wrong base image"; \
fi

View File

@@ -18,7 +18,7 @@ RUN if echo "$BASE_IMAGE" | grep -q "openjdk"; then useradd -ms /bin/sh suwayomi
if echo "$BASE_IMAGE" | grep -q "alpine"; then \
apk --update add curl tzdata && addgroup -g 1000 -S suwayomi && adduser -u 1000 -S suwayomi -G suwayomi; \
else \
useradd -ms /bin/sh suwayomi && apt update && apt install libc++-dev -y; fi; \
useradd -ms /bin/sh suwayomi; fi; \
elif echo "$BASE_IMAGE" | grep -q "alpine"; then apk --update add curl openjdk8-jre-base tzdata && addgroup -g 1000 -S suwayomi && adduser -u 1000 -S suwayomi -G suwayomi; \
else echo "wrong base image"; \
fi