Skip to content
This repository was archived by the owner on Mar 30, 2026. It is now read-only.

Commit fc808f0

Browse files
authored
Merge pull request #28 from keboola/PS-2453
PS-2453 pip warning
2 parents 5740118 + ebe3063 commit fc808f0

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,6 @@ RUN pip3 install --no-cache-dir --upgrade --force-reinstall git+git://github.com
9090
git+git://github.com/keboola/sapi-python-client.git@0.4.0 \
9191
keboola.component \
9292
chardet\<4 \
93-
certifi\<2021.0.0 \
94-
idna\<3 \
9593
&& mkdir -p /root/.cache/snowflake/ \
9694
&& chown :users -R /home/default \
9795
&& chmod a+rwx -R /home/default
@@ -101,3 +99,6 @@ ENV XDG_CACHE_HOME /tmp/
10199
RUN MPLBACKEND=Agg python -c "import matplotlib.pyplot"
102100

103101
RUN pip3 check
102+
103+
# show me the versions
104+
RUN pip3 freeze

0 commit comments

Comments
 (0)