Skip to content
This repository has been archived by the owner on Mar 12, 2020. It is now read-only.

Commit

Permalink
mod: kill dep and gx
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderpick committed Apr 14, 2019
1 parent f179183 commit 66a5cac
Show file tree
Hide file tree
Showing 84 changed files with 945 additions and 1,072 deletions.
7 changes: 0 additions & 7 deletions .circleci/Dockerfile
Expand Up @@ -18,10 +18,3 @@ ENV PATH="/usr/lib/node_modules/yarn/bin:${PATH}"

# install yarn
RUN npm install -g yarn

# install dep
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

# install gx
RUN go get -u github.com/whyrusleeping/gx \
&& go get -u github.com/whyrusleeping/gx-go
12 changes: 0 additions & 12 deletions Dockerfile
Expand Up @@ -4,18 +4,6 @@ MAINTAINER Sander Pick <sander@textile.io>
# This is (in large part) copied (with love) from
# https://hub.docker.com/r/ipfs/go-ipfs/dockerfile

# install dependencies
RUN apt-get update \
&& apt-get install -y curl \
&& apt-get -y autoclean

# Install dep
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

# Install gx
RUN go get -u github.com/whyrusleeping/gx \
&& go get -u github.com/whyrusleeping/gx-go

# Get source
ENV SRC_DIR /go/src/github.com/textileio/go-textile
COPY . $SRC_DIR
Expand Down
12 changes: 0 additions & 12 deletions Dockerfile.cafe
Expand Up @@ -4,18 +4,6 @@ MAINTAINER Sander Pick <sander@textile.io>
# This is (in large part) copied (with love) from
# https://hub.docker.com/r/ipfs/go-ipfs/dockerfile

# install dependencies
RUN apt-get update \
&& apt-get install -y curl \
&& apt-get -y autoclean

# Install dep
RUN curl https://raw.githubusercontent.com/golang/dep/master/install.sh | sh

# Install gx
RUN go get -u github.com/whyrusleeping/gx \
&& go get -u github.com/whyrusleeping/gx-go

# Get source
ENV SRC_DIR /go/src/github.com/textileio/go-textile
COPY . $SRC_DIR
Expand Down

0 comments on commit 66a5cac

Please sign in to comment.