Skip to content

Commit 70a6a57

Browse files
committed
typo
1 parent d89bcc7 commit 70a6a57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ RUN \
2222
libatk1.0-0 \
2323
libatk-bridge2.0-0 \
2424
libgtk-3-0 && \
25-
echo "**** install altus studio from appimage ****" && \
25+
echo "**** install rawtherapee from appimage ****" && \
2626
if [ -z ${RAWTHERAPEE_VERSION+x} ]; then \
2727
RAWTHERAPEE_VERSION=$(curl -sX GET "https://api.github.com/repos/beep6581/rawtherapee/releases/latest" \
2828
| awk '/tag_name/{print $4;exit}' FS='[""]'); \

0 commit comments

Comments
 (0)