49d9ab4342
COMP: Remove docker build warning
...
- LegacyKeyValueFormat: "ENV key=value" should be used
instead of legacy "ENV key value" format (line 42)
"""
The new format for declaring environment variables in Dockerfiles is ENV
key=value. This format, where the key and value are separated by an
equals sign (=), is the recommended approach. The older format, ENV key
value (with a space as a separator), is deprecated.
""" -- google search
2025-03-02 09:28:39 -06:00
54ee1fddbc
doc: update Matt McCormick email
2024-11-08 17:11:12 -05:00
0d31400b97
Support for building images locally
2022-12-16 16:07:56 +01:00
75a8d7aa1d
fix: disabled C tests for wrong architecture
...
- fix for `linux-x64-tinycc`
- use github mirror for tinycc
- repo.or.cz/tinycc is down
2022-02-02 02:21:50 +02:00
77e7761286
Update Dockerfile.in
2021-10-25 00:09:39 +02:00
9f3cbd5a17
Add tbb
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-24 19:29:02 +02:00
f888b7de0b
Replace deprecated label 'MAINTAINER' by 'LABEL maintainer'
...
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-10-04 12:51:28 +02:00
c8de7138af
Update tinycc image
...
Update tinycc image
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-12 22:37:43 +02:00
37ece838f8
Disable libgcc
...
Disable libgcc
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-04 21:40:16 +02:00
3c74c2f0d2
Fix GCC build
...
Fix GCC build
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-04 18:53:19 +02:00
ed942b52f5
Add tinycc image
...
Add tinycc image
Signed-off-by: Bensuperpc <bensuperpc@gmail.com >
2021-08-04 14:24:19 +02:00