Skip to content

Commit ef7628c

Browse files
committed
Update dockerfile. (#4)
1 parent 216c90f commit ef7628c

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

Dockerfile

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,12 @@
1-
FROM lganzzzo/alpine-cmake:latest
1+
FROM alpine:latest
2+
3+
RUN apk update && apk upgrade
4+
5+
RUN apk add g++
6+
7+
RUN apk add git
8+
RUN apk add make
9+
RUN apk add cmake
210

311
ADD . /service
412

0 commit comments

Comments
 (0)