Skip to content

Commit

Permalink
Merge pull request #1516 from jsign/jsign/fixdockerfile
Browse files Browse the repository at this point in the history
docker: fix build, upgrade Go
  • Loading branch information
whyrusleeping committed Apr 8, 2020
2 parents b59f1a5 + c9dae72 commit 4a32556
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@
/cmd/lotus-townhall/townhall/node_modules
/cmd/lotus-townhall/townhall/build
extern/filecoin-ffi/rust/target
**/*.h
**/*.a
**/*.pc
/**/*/.DS_STORE
Expand Down
4 changes: 2 additions & 2 deletions tools/dockers/docker-examples/basic-miner-busybox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
FROM golang:1.13-buster
FROM golang:1.14.1-buster
MAINTAINER ldoublewood <ldoublewood@gmail.com>

ENV SRC_DIR /lotus

RUN apt-get update && apt-get install -y && apt-get install -y ca-certificates llvm clang mesa-opencl-icd ocl-icd-opencl-dev
RUN apt-get update && apt-get install -y ca-certificates llvm clang mesa-opencl-icd ocl-icd-opencl-dev jq

RUN curl -sSf https://sh.rustup.rs | sh -s -- -y

Expand Down

0 comments on commit 4a32556

Please sign in to comment.