|
@@ -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/
|
|
COPY --from=build-connector /go/bin/* /usr/local/bin/
|
|
RUN apt-get update && apt-get install -y nano cups wget && apt-get clean
|
|
RUN apt-get update && apt-get install -y nano cups wget && apt-get clean
|