You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a variant where "compiletc" is pre-installed:
FROM tinycore:9.0-x86_64
RUN tce-load -wic compiletc \
&& rm -rf /tmp/tce/optional/*
It comes in handy when cross-compiling for TCL.
Maybe it is something that could be provided ?
REPOSITORY TAG IMAGE ID CREATED SIZE
localhost/tinycore 9.0-x86_64 27343c7fecc7 8 weeks ago 8.66 MB
localhost/tinycore-compiletc 9.0-x86_64 f6e0e3b9fc58 8 weeks ago 153 MB
Saves time (and bandwidth) for new containers.
The text was updated successfully, but these errors were encountered:
I made a variant where "compiletc" is pre-installed:
It comes in handy when cross-compiling for TCL.
Maybe it is something that could be provided ?
Saves time (and bandwidth) for new containers.
The text was updated successfully, but these errors were encountered: