Skip to content

Commit

Permalink
fix: update readme and Dockerfile (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
juanmanuel-tirado authored May 24, 2024
1 parent 5c9db78 commit 6a8276c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ARG version=1.1.0

ENV PANTOS_CLIENT_VERSION=${version}

RUN apk update && apk add gcc libc-dev libffi-dev
RUN apk update && apk add gcc libc-dev libffi-dev \
&& apk cache clean

WORKDIR /pantos-cli

Expand Down
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ Clone the repository to your local machine:
$ git clone https://github.com/pantos-io/client-cli.git
$ cd client-cli
$ virtualenv env
$ source env/bin/activate
$ pip install poetry
```

Expand Down Expand Up @@ -104,4 +105,4 @@ positional arguments:

## 4. Contributing

At the moment, contributing to this project is not available.
Check the [code of conduct](CODE_OF_CONDUCT.md).

0 comments on commit 6a8276c

Please sign in to comment.