Skip to content

Commit

Permalink
Update dockerfile. (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
lganzzzo committed Oct 23, 2020
1 parent 216c90f commit ef7628c
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
FROM lganzzzo/alpine-cmake:latest
FROM alpine:latest

RUN apk update && apk upgrade

RUN apk add g++

RUN apk add git
RUN apk add make
RUN apk add cmake

ADD . /service

Expand Down

0 comments on commit ef7628c

Please sign in to comment.