Skip to content

Commit

Permalink
chore: test dockerhub build
Browse files Browse the repository at this point in the history
  • Loading branch information
vitorfdl committed Jun 19, 2024
1 parent c83f293 commit 79f3bd0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN /bin/bash -c 'if [ -z "$CARGO_SERVER_SSL_CA" ]; then echo "Error: CARGO_SERV
if [ -z "$CARGO_SERVER_SSL_KEY" ]; then echo "Error: CARGO_SERVER_SSL_KEY is not set"; exit 1; fi'

RUN apt update
RUN apt install -y protobuf-compiler libssl-dev gcc pkg-config build-essential cmake
RUN apt install -y protobuf-compiler libssl-dev gcc pkg-config build-essential cmake clang

RUN mkdir -p ${TAGOIO_SOURCE_FOLDER}
WORKDIR ${TAGOIO_SOURCE_FOLDER}
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Before you begin, ensure you have:

### Installation

1. **Download the Binary**: Get the `tagoio-relay` binary from the [GitHub releases page](./releases/latest).
1. **Download the Binary**: Get the `tagoio-relay` binary from the [GitHub releases page](https://github.com/tago-io/mqtt-relay/releases/latest).
2. **Set Permission Rights**: Give the binary executable permissions:
```sh
chmod +x tagoio-relay
Expand Down

0 comments on commit 79f3bd0

Please sign in to comment.