Skip to content

Commit d1cbc05

Browse files
committed
Minor app updates
1 parent f0ff580 commit d1cbc05

File tree

5 files changed

+4
-20
lines changed

5 files changed

+4
-20
lines changed

http/1.3.0/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
uncurl==0.0.10
2-
shuffle_sdk==0.0.18
2+
shuffle_sdk

http/1.4.0/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
uncurl==0.0.10
2-
shuffle_sdk==0.0.18
2+
shuffle_sdk

shuffle-tools/1.2.0/Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,7 @@ RUN apk --no-cache add --update alpine-sdk libffi libffi-dev musl-dev openssl-de
1111
RUN mkdir /install
1212
WORKDIR /install
1313
COPY requirements.txt /requirements.txt
14-
#RUN pip install --no-cache-dir --prefix="/install" -r /requirements.txt
15-
RUN pip install --prefix="/install" -r /requirements.txt
14+
RUN python3 -m pip install --no-cache-dir --upgrade --prefix="/install" -r /requirements.txt
1615

1716
# Switch back to our base image and copy in all of our built packages and source code
1817
FROM base

shuffle-tools/1.2.0/docker-compose.yml

Lines changed: 0 additions & 15 deletions
This file was deleted.

shuffle-tools/1.2.0/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ json2xml==5.0.5
88
ipaddress==1.0.23
99
google.auth==2.37.0
1010
paramiko==3.5.0
11-
shuffle-sdk==0.0.13
11+
shuffle-sdk
1212

0 commit comments

Comments
 (0)