File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1919FROM bellsoft/liberica-openjdk-debian:17.0.17
2020
2121USER root
22- RUN apt-get update && apt-get install -y curl unzip coreutils libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync
22+ RUN apt-get update && apt-get install -y curl unzip coreutils libdigest-sha-perl gpg vim sudo psmisc locales groovy rsync nano
2323
2424RUN sed -i -e 's/# en_US.UTF-8 UTF-8/en_US.UTF-8 UTF-8/' /etc/locale.gen && \
2525 dpkg-reconfigure --frontend=noninteractive locales && \
Original file line number Diff line number Diff line change @@ -120,7 +120,7 @@ echo "☑️ 3. Verify running the wrapper forge-created app: cd ${DOWNLOAD_LO
120120echo " ☑️ 4. Verify running the cli shell-created app: cd ${DOWNLOAD_LOCATION} /apache-grails-${VERSION} -bin/bin/ShellApp && ./gradlew bootRun --init-script ${DOWNLOAD_LOCATION} /use-staging-repo.gradle"
121121echo " ☑️ 5. Verify running the cli forge-created app: cd ${DOWNLOAD_LOCATION} /apache-grails-${VERSION} -bin/bin/ForgeApp && ./gradlew bootRun --init-script ${DOWNLOAD_LOCATION} /use-staging-repo.gradle"
122122echo " ☑️ 6.1. Add the staging repository ('https://repository.apache.org/content/groups/staging') to the 'build.gradle' file in one of the apps above."
123- echo " ☑️ 6.2. Run 'grails help' inside that app directory."
123+ echo " ☑️ 6.2. Run './grailsw help' inside that app directory."
124124echo " ☑️ 6.3. Verify that the scaffolding commands (e.g. 'generate-*') are listed."
125125echo " This confirms that dynamic command resolution is working correctly."
126126
You can’t perform that action at this time.
0 commit comments