Skip to content
This repository was archived by the owner on Oct 17, 2022. It is now read-only.

Commit a4aaa86

Browse files
committed
Merge pull request MaksymBilenko#4 from adambro/patch-2
Use rlwrap to enable line editing in sqlplus
2 parents bac18f6 + 9997b5b commit a4aaa86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ ADD init.ora /
1111
ADD initXETemp.ora /
1212

1313
# Prepare to install Oracle
14-
RUN apt-get update && apt-get install -y -q libaio1 net-tools bc curl && \
14+
RUN apt-get update && apt-get install -y -q libaio1 net-tools bc curl rlwrap && \
1515
apt-get clean && \
1616
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* &&\
1717
ln -s /usr/bin/awk /bin/awk &&\

0 commit comments

Comments
 (0)