Skip to content

Commit 685a96b

Browse files
committed
updated Dockerfile
1 parent 6b6e733 commit 685a96b

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

Dockerfile

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
FROM ubuntu AS builder
2-
3-
RUN apt update && apt install -y make
1+
FROM gcc:10.2.0 AS builder
42

53
WORKDIR /app
64
COPY . /app
@@ -10,4 +8,4 @@ FROM scratch
108
COPY --from=builder /app/build/release/ocr /ocr
119

1210
ENTRYPOINT ["/ocr"]
13-
CMD ["network"]
11+
CMD ["network"]

0 commit comments

Comments
 (0)