Skip to content

Commit

Permalink
fix: dockerfile image installation
Browse files Browse the repository at this point in the history
  • Loading branch information
jazg committed Jun 4, 2021
1 parent 97e99fe commit c2d1d35
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@ RUN apt-get update && \
ca-certificates \
libgmp3-dev \
libudev-dev \
libssl-dev && \
libssl-dev \
libhwloc-dev && \
rm -rf /var/lib/apt/lists/*

FROM renbot/multichain:latest as builder
Expand All @@ -26,7 +27,7 @@ WORKDIR /lightnode

ARG GITHUB_TOKEN

RUN apt-get update && apt-get install -y ocl-icd-opencl-dev libgmp3-dev libhwloc-dev
RUN apt-get update && apt-get install -y ocl-icd-opencl-dev libgmp3-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 c2d1d35

Please sign in to comment.