Skip to content

Commit

Permalink
first dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Olivier Rochon committed Jul 31, 2018
1 parent 00da573 commit 2822ff3
Show file tree
Hide file tree
Showing 9 changed files with 10 additions and 0 deletions.
8 changes: 8 additions & 0 deletions packages/cleanup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,11 @@ rm -rf patches/module/*
rm -rf patches/server/*
rm -rf patches/client/*
rm -rf patches/class/*
rm -rf documentation/*

touch installer/empty
touch patches/module/emtpy
touch patches/server/emtpy
touch patches/client/emtpy
touch patches/class/emtpy
touch documentation/emtpy
Binary file not shown.
Empty file added packages/documentation/emtpy
Empty file.
Empty file added packages/installer/empty
Empty file.
Empty file added packages/patches/class/emtpy
Empty file.
Empty file added packages/patches/client/emtpy
Empty file.
Empty file added packages/patches/module/emtpy
Empty file.
Empty file added packages/patches/server/emtpy
Empty file.
2 changes: 2 additions & 0 deletions usr/local/drivers/jdbc/oracle-jdbc.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
```
#### Download ORACLE JDBC drivers - ojdbc7.jar - NEED AUTHENTICATE"
# http://www.oracle.com/technetwork/database/features/jdbc/jdbc-drivers-12c-download-1958347.html
# wget --no-check-certificate --no-cookies --header "Cookie: oraclelicense=accept-securebackup-cookie" http://download.oracle.com/otn/utilities_drivers/jdbc/121010/ojdbc7.jar
# Add usr/local/drivers/jdbc for Oracle driver ojdbc7.jar
```

0 comments on commit 2822ff3

Please sign in to comment.