|
@@ -1,4 +1,4 @@
|
|
|
-from debian as build-connector
|
|
|
+FROM debian as build-connector
|
|
|
|
|
|
RUN apt-get update && apt-get install -y build-essential libcups2-dev libavahi-client-dev git bzr git golang && apt-get clean
|
|
|
|
|
@@ -10,7 +10,7 @@ RUN go get github.com/google/cloud-print-connector/...
|
|
|
|
|
|
#################################
|
|
|
|
|
|
-from debian as cups
|
|
|
+FROM debian as cups
|
|
|
|
|
|
COPY --from=build-connector /go/bin/* /usr/local/bin/
|
|
|
RUN apt-get update && apt-get install -y nano cups wget && apt-get clean
|