Results 4 issues of Fabrício Ceolin

After long running: .... Step 38/44 : ADD --chown=wine:wine test test ---> 23b6abd82c85 Step 39/44 : RUN umask $WINE_UMASK && cd test && if [ "$MSVC" -gt "10" ] ;...

Hi, I am interested to run a applet logger to send logs from windows to a centralized rsyslogd server. I tried to compile busybox-w32 myself to add a logger applet,...

I am trying to add a vimium extension, following this: https://www.brow.sh/docs/extensions/ ``` # Start from the Browsh image FROM browsh/browsh # Set up environment for Firefox USER root # Download...

When I trying to compile a hello world using -fsanitize=address, clang is trying to search for a nonexistent files. ``` x86_64-w64-mingw32-clang -fsanitize=address hello-world.c hello-world.c:2:5: warning: implicitly declaring library function 'printf'...