Updated Dockerfile to use gcc
Added borded cpp to bench Made borded part of make all
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
FROM alpine:latest
|
||||
RUN apk update && apk add build-base sqlite-dev vim jansson-dev jansson-static cmake
|
||||
FROM gcc:latest
|
||||
RUN apt update && apt install -y cmake gdb
|
||||
WORKDIR /home
|
||||
|
||||
Reference in New Issue
Block a user