Skip to content

Commit

Permalink
Changes in Alpine linux ldap prevent build
Browse files Browse the repository at this point in the history
  • Loading branch information
rinkp committed Jan 4, 2022
1 parent 47421d3 commit 276955a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
FROM python:3-alpine
FROM python:3-alpine3.14

RUN apk --no-cache add build-base openldap-dev python2-dev python3-dev
RUN pip3 install --upgrade pip
RUN pip3 install python-ldap sqlalchemy requests

COPY templates ./templates
Expand Down

0 comments on commit 276955a

Please sign in to comment.