Skip to content

Commit

Permalink
Merge branch 'chore/update-darknode' into feat/disable-watcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jazg committed Jun 4, 2021
2 parents 3a55e6b + cb972db commit 97e99fe
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@ FROM debian:stable-slim AS final
# Install Filecoin and Solana dependencies.

RUN apt-get update && \
apt install -y \
ocl-icd-opencl-dev \
ca-certificates \
libgmp3-dev \
libudev-dev \
libssl-dev && \
rm -rf /var/lib/apt/lists/*
apt install -y \
ocl-icd-opencl-dev \
ca-certificates \
libgmp3-dev \
libudev-dev \
libssl-dev && \
rm -rf /var/lib/apt/lists/*

FROM renbot/multichain:latest as builder

Expand All @@ -26,7 +26,7 @@ WORKDIR /lightnode

ARG GITHUB_TOKEN

RUN apt-get update && apt-get install -y ocl-icd-opencl-dev libgmp3-dev
RUN apt-get update && apt-get install -y ocl-icd-opencl-dev libgmp3-dev libhwloc-dev

# Use GitHub personal access token to fetch dependencies.
RUN git config --global url."https://${GITHUB_TOKEN}:x-oauth-basic@github.com/".insteadOf "https://github.com/"
Expand Down

0 comments on commit 97e99fe

Please sign in to comment.