Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Resolve the conflicts according to Duanbing's suggestion
  • Loading branch information
wenhuizhang authored Feb 5, 2024
1 parent fec37dc commit d3e326c
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/e2e-test/profile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,7 @@ RUN addgroup -S -g $GID $GROUP && adduser -S -u $UID -D -G $GROUP $USER
RUN chown -R $USER:$GROUP ./

RUN apk update && apk add bash vim
<<<<<<< HEAD
RUN pip install -r sdk/python3/requirements.txt && pip install pytest pytdxattest
=======
RUN pip install -r sdk/python3/requirements.txt && pip install pytest
>>>>>>> ddd915b (update e2e test)

USER $UID

Expand Down

0 comments on commit d3e326c

Please sign in to comment.