Spencer Gardner %!s(int64=6) %!d(string=hai) anos
pai
achega
1c65daf28d
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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