Skip to content

Commit

Permalink
Merge pull request #192 for updated docker files
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
jeevatkm authored Jul 7, 2018
2 parents fac8d61 + 733f6fa commit 3a30b0c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions Dockerfile.edge
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN apt-get update
RUN rm -rf $GOPATH/src

RUN go get -u aahframework.org/tools.v0/aah && \
go get -u github.com/aah-cb/minify && \
go get -u github.com/aah-cb/ve-pug
go get -u github.com/aah-cb/minify

RUN aah switch && \
aah switch --refresh
Expand Down
3 changes: 1 addition & 2 deletions Dockerfile.release
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN apt-get update
RUN rm -rf $GOPATH/src

RUN go get -u aahframework.org/tools.v0/aah && \
go get -u github.com/aah-cb/minify && \
go get -u github.com/aah-cb/ve-pug
go get -u github.com/aah-cb/minify

RUN aah --version

Expand Down

0 comments on commit 3a30b0c

Please sign in to comment.