Updated Dockerfile to use gcc
isspam build / build (push) Failing after 1m58s

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 b24b1b933c
commit fbb1db28d7
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