vmshay 5 years ago
parent
commit
b8f27862a6
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile

+ 0 - 1
Dockerfile

@@ -1,7 +1,6 @@
 FROM golang:latest 
 FROM golang:latest 
 RUN go get github.com/jinzhu/gorm
 RUN go get github.com/jinzhu/gorm
 RUN go get github.com/go-sql-driver/mysql
 RUN go get github.com/go-sql-driver/mysql
-RUN go get github.com/tealeg/xlsx
 RUN rm /app -rf
 RUN rm /app -rf
 RUN mkdir /app 
 RUN mkdir /app 
 ADD . /app/ 
 ADD . /app/