소스 검색

simple fix

Spencer Gardner 6 년 전
부모
커밋
1c65daf28d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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