Updated Dockerfile to use gcc

Added borded cpp to bench
Made borded part of make all
This commit is contained in:
BordedDev
2025-03-20 23:32:24 +01:00
parent c78d43b593
commit 6b148b3235
4 changed files with 7 additions and 3 deletions
+2 -2
View File
@@ -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