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 5284211 + 625dd4c commit 46b7602Copy full SHA for 46b7602
samples/oci-adb-client-runsql-python/Dockerfile
@@ -17,8 +17,9 @@ RUN chown -R fn:fn /tmp/dbwallet
17
ENV TNS_ADMIN=/tmp/dbwallet
18
19
ADD . /function/
20
+RUN pip3 install --upgrade pip
21
RUN pip3 install --no-cache --no-cache-dir -r requirements.txt
22
RUN rm -fr /function/.pip_cache ~/.cache/pip requirements.txt func.yaml Dockerfile README.md
23
24
ENV PYTHONPATH=/python
-ENTRYPOINT ["/usr/local/bin/fdk", "/function/func.py", "handler"]
25
+ENTRYPOINT ["/usr/local/bin/fdk", "/function/func.py", "handler"]
samples/oci-adb-client-runsql-python/requirements.txt
@@ -1,3 +1,3 @@
1
fdk
2
cx_oracle
3
-oci==2.40.0
+oci
0 commit comments