Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .devcontainer/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM francomelandri/lib-tiny-fp-builder:0.24.0
FROM francomelandri/tiny-cpp-builder:0.0.1

RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends git
19 changes: 1 addition & 18 deletions .devcontainer/devcontainer.json
Original file line number Diff line number Diff line change
@@ -1,23 +1,6 @@
// For format details, see https://aka.ms/devcontainer.json. For config options, see the
// README at: https://github.com/devcontainers/templates/tree/main/src/cpp
{
s{
"name": "C++",
"build": {
"dockerfile": "Dockerfile"
}

// Features to add to the dev container. More info: https://containers.dev/features.
// "features": {},

// Use 'forwardPorts' to make a list of ports inside the container available locally.
// "forwardPorts": [],

// Use 'postCreateCommand' to run commands after the container is created.
// "postCreateCommand": "gcc -v",

// Configure tool-specific properties.
// "customizations": {},

// Uncomment to connect as root instead. More info: https://aka.ms/dev-containers-non-root.
// "remoteUser": "root"
}
2 changes: 1 addition & 1 deletion build/Dockerfile.rel
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM francomelandri/lib-tiny-fp-builder:0.24.0
FROM francomelandri/tiny-cpp-builder:0.0.1

WORKDIR /tinyfp/src
COPY ./src .
Expand Down
2 changes: 1 addition & 1 deletion build/Dockerfile.test
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM skanrayeu/skanable-builder:0.1.1
FROM francomelandri/tiny-cpp-builder:0.0.1

#
# copy source files
Expand Down
3 changes: 2 additions & 1 deletion build/Dockerfile.ubuntu24
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
#
# this build should run in ubuntu 20.04
FROM ubuntu:24.10
FROM ubuntu:24.04

#
# installing library to build solution
RUN apt update
RUN apt upgrade -y
RUN apt install build-essential -y
RUN apt install cmake -y
RUN apt install -y ccache
RUN DEBIAN_FRONTEND=noninteractive TZ=Etc/UTC apt -y install tzdata
RUN apt install wget -y
Expand Down
2 changes: 1 addition & 1 deletion version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.1.0
0.1.1