Skip to content

Commit ee9b3ac

Browse files
committed
Adjusted PS1 in Dockerfile
1 parent 8725711 commit ee9b3ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Dockerfile

+3
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ RUN chmod 777 -R $RONDB_DATA_DIR \
139139
&& chmod 777 -R $HOPSWORK_DIR/docker \
140140
&& chmod 777 -R $BENCHMARKS_DIR
141141

142+
# Remove awkward message when using arbitrary user
143+
RUN echo "PS1='${debian_chroot:+(\$debian_chroot)}\h:\w\$ '" >> /etc/bash.bashrc
144+
142145
ENTRYPOINT ["./docker/rondb_standalone/entrypoints/main.sh"]
143146
EXPOSE 3306 33060 11860 1186 4406 5406
144147
CMD ["mysqld"]

0 commit comments

Comments
 (0)