We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bac18f6 + 9997b5b commit a4aaa86Copy full SHA for a4aaa86
Dockerfile
@@ -11,7 +11,7 @@ ADD init.ora /
11
ADD initXETemp.ora /
12
13
# Prepare to install Oracle
14
-RUN apt-get update && apt-get install -y -q libaio1 net-tools bc curl && \
+RUN apt-get update && apt-get install -y -q libaio1 net-tools bc curl rlwrap && \
15
apt-get clean && \
16
rm -rf /tmp/* /var/lib/apt/lists/* /var/tmp/* &&\
17
ln -s /usr/bin/awk /bin/awk &&\
0 commit comments