Эх сурвалжийг харах

Merge branch 'master' of snppla/cups into 1.0

snppla 6 жил өмнө
parent
commit
69cffeefb5
1 өөрчлөгдсөн 2 нэмэгдсэн , 2 устгасан
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

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