Skip to content

Commit 1fde91e

Browse files
author
Giuseppe De Marco
authored
fix: Dockerfile removed duplicated ENV
1 parent 2f33421 commit 1fde91e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Dockerfile

+1-4
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,13 @@ RUN apk add mailcap
2929

3030
COPY requirements.txt /
3131

32-
3332
ENV BASEDIR="/satosa_proxy"
3433

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

37-
ENV BASEDIR="/satosa_proxy"
38-
3936
RUN python3 -m venv .venv && . .venv/bin/activate && pip3 install --upgrade pip setuptools \
4037
&& pip3 install -r requirements.txt --ignore-installed --root-user-action=ignore && mkdir $BASEDIR
4138

4239
RUN pip list
4340

44-
WORKDIR $BASEDIR/
41+
WORKDIR $BASEDIR/

0 commit comments

Comments
 (0)