Browse Source

simple fix

Spencer Gardner 6 năm trước cách đây
mục cha
commit
1c65daf28d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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