You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Dockerfile
+1-3Lines changed: 1 addition & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -35,8 +35,6 @@ RUN groupadd -f input \
35
35
&& usermod -a -G input user
36
36
37
37
# 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
0 commit comments