Skip to content

Commit

Permalink
chore: cleanup and protobuf update
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Rodriguez Baquero committed Aug 17, 2023
1 parent efa1ecb commit 6a09a17
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 14 deletions.
10 changes: 4 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ RUN apt-get update && apt-get install -y \
clang \
&& rm -rf /var/lib/apt/lists/* \
&& curl https://sh.rustup.rs -sSf | bash -s -- -y \
&& curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v22.1/protoc-22.1-linux-x86_64.zip \
&& unzip protoc-22.1-linux-x86_64.zip -d /usr/local \
&& rm protoc-22.1-linux-x86_64.zip
&& curl -LO https://github.com/protocolbuffers/protobuf/releases/download/v22.5/protoc-22.5-linux-x86_64.zip \
&& unzip protoc-22.5-linux-x86_64.zip -d /usr/local \
&& rm protoc-22.5-linux-x86_64.zip

ENV PATH="/root/.cargo/bin:${PATH}"

Expand Down Expand Up @@ -166,9 +166,7 @@ ARG VERSION_HASH="b0a8b2780294b01b0221d0f6f37f97498cc4aac1e73808a472e11d2a191903
ARG ORCHESTRATOR_URL

ARG LASSIE_EVENT_RECORDER_AUTH

# Use random peerId until this is fixed https://github.com/filecoin-project/lassie/issues/191
ARG LASSIE_EXCLUDE_PROVIDERS="QmcCtpf7ERQWyvDT8RMYWCMjzE74b7HscB3F8gDp5d5yS6"
ARG LASSIE_EXCLUDE_PROVIDERS

# need nginx to find the openssl libs
ENV LD_LIBRARY_PATH=/usr/lib/nginx/modules
Expand Down
14 changes: 7 additions & 7 deletions container/shim/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion container/shim/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"server-timing": "^3.3.3"
},
"devDependencies": {
"nock": "^13.3.2",
"nock": "^13.3.3",
"test": "^3.3.0"
},
"eslintConfig": {
Expand Down

0 comments on commit 6a09a17

Please sign in to comment.