浏览代码

simple fix

Spencer Gardner 6 年之前
父节点
当前提交
1c65daf28d
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -10,7 +10,7 @@ RUN go get github.com/google/cloud-print-connector/...
 
 #################################
 
-FROM debian as cups
+FROM debian
 
 COPY --from=build-connector /go/bin/* /usr/local/bin/
 RUN apt-get update && apt-get install -y nano cups wget && apt-get clean