Skip to content

Commit

Permalink
#68 Fixed package name changes for Alpine Linux packages.
Browse files Browse the repository at this point in the history
  • Loading branch information
duelle committed Jun 15, 2020
1 parent 8eb59e5 commit a018715
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ctt-server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ WORKDIR /usr/src/app

COPY requirements.txt /usr/src/app/

RUN apk --update add python py-pip openssl ca-certificates py-openssl wget git
RUN apk --update add python3 py3-pip openssl ca-certificates py3-openssl wget git
RUN apk --update add --virtual local-deployment-docker docker docker-compose docker-py
RUN apk --update add --virtual build-dependencies libffi-dev openssl-dev python-dev py-pip build-base \
RUN apk --update add --virtual build-dependencies libffi-dev openssl-dev python3-dev build-base \
&& pip install --upgrade pip \
&& pip install -r requirements.txt \
&& apk del build-dependencies
Expand Down

0 comments on commit a018715

Please sign in to comment.