Skip to content

Commit 2490f40

Browse files
authored
fix message
1 parent 55c059a commit 2490f40

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

Dockerfile

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,11 +36,7 @@ RUN groupadd -f input \
3636

3737
# Add welcome message to explain the slightly-off breeze theme
3838
RUN cat << 'EOF' >> /home/user/.bashrc
39-
40-
cat << 'BANNER'
41-
Welcome! The QML version of breeze, qqc2-breeze-style, is applied through QT_QUICK_CONTROLS_STYLE, and it can differ from the normal breeze theme.
42-
BANNER
43-
39+
echo "Welcome! The QML version of breeze, qqc2-breeze-style, is applied through QT_QUICK_CONTROLS_STYLE, and it can differ from the normal breeze theme."
4440
EOF
4541

4642
ENV QT_QUICK_CONTROLS_STYLE=org.kde.breeze

0 commit comments

Comments
 (0)