mirror of
https://github.com/kanaka/mal.git
synced 2024-11-11 00:52:44 +03:00
7 lines
122 B
Plaintext
7 lines
122 B
Plaintext
|
FROM wnameless/oracle-xe-11g
|
||
|
|
||
|
RUN apt-get -y update
|
||
|
RUN apt-get -y install make cpp python
|
||
|
|
||
|
RUN apt-get -y install rlwrap
|