Skip to content

Commit

Permalink
fix: Dockerfile removed duplicated ENV
Browse files Browse the repository at this point in the history
  • Loading branch information
Giuseppe De Marco authored Feb 15, 2024
1 parent 2f33421 commit 1fde91e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,13 @@ RUN apk add mailcap

COPY requirements.txt /


ENV BASEDIR="/satosa_proxy"

RUN apk add --update xmlsec libffi-dev openssl-dev python3 py3-pip python3-dev procps git openssl build-base gcc wget bash jq yq

ENV BASEDIR="/satosa_proxy"

RUN python3 -m venv .venv && . .venv/bin/activate && pip3 install --upgrade pip setuptools \
&& pip3 install -r requirements.txt --ignore-installed --root-user-action=ignore && mkdir $BASEDIR

RUN pip list

WORKDIR $BASEDIR/
WORKDIR $BASEDIR/

0 comments on commit 1fde91e

Please sign in to comment.