Skip to content

Commit a48e435

Browse files
authored
fix message (2)
1 parent 2490f40 commit a48e435

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,6 @@ RUN groupadd -f input \
3535
&& usermod -a -G input user
3636

3737
# Add welcome message to explain the slightly-off breeze theme
38-
RUN cat << 'EOF' >> /home/user/.bashrc
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."
40-
EOF
38+
RUN echo '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."' >> /home/user/.bashrc
4139

4240
ENV QT_QUICK_CONTROLS_STYLE=org.kde.breeze

0 commit comments

Comments
 (0)