Skip to content

Commit a6787a7

Browse files
committed
put python package in correct place rather than pip install it
1 parent 4384a15 commit a6787a7

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ RUN \
1717
apk add --no-cache \
1818
libffi \
1919
libldap \
20-
py2-pip && \
20+
py2-pip \
21+
python2 && \
2122
pip install -U --no-cache-dir \
2223
cryptography \
23-
python2 \
2424
python-ldap && \
2525
echo "**** cleanup ****" && \
2626
apk del --purge \

list

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
libffi \
2+
libldap \
3+
python2 \
4+
py2-pip && \

0 commit comments

Comments
 (0)