We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d89bcc7 commit 70a6a57Copy full SHA for 70a6a57
Dockerfile
@@ -22,7 +22,7 @@ RUN \
22
libatk1.0-0 \
23
libatk-bridge2.0-0 \
24
libgtk-3-0 && \
25
- echo "**** install altus studio from appimage ****" && \
+ echo "**** install rawtherapee from appimage ****" && \
26
if [ -z ${RAWTHERAPEE_VERSION+x} ]; then \
27
RAWTHERAPEE_VERSION=$(curl -sX GET "https://api.github.com/repos/beep6581/rawtherapee/releases/latest" \
28
| awk '/tag_name/{print $4;exit}' FS='[""]'); \
0 commit comments