This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| option "title" "Experiments traspassant fons d'inversió" | |
| option "operating_currency" "EUR" | |
| option "booking_method" "FIFO" | |
| plugin "beancount.plugins.implicit_prices" | |
| 2020-01-01 open Assets:Efectiu EUR | |
| 2020-01-01 open Assets:BrokerX:FonsABC ABC.FI | |
| 2022-01-01 open Assets:BrokerY:FonsDEF DEF.FI |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM alpine:3.21 AS builder | |
| WORKDIR /tmp | |
| RUN apk add --no-cache \ | |
| git \ | |
| && git clone https://github.com/bitcoin/bitcoin | |
| WORKDIR /tmp/bitcoin |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| FROM php:8.4-fpm AS build | |
| RUN apt-get update && apt-get install -y --no-install-recommends \ | |
| libfreetype-dev \ | |
| libjpeg62-turbo-dev \ | |
| libmemcached-dev \ | |
| libpng-dev \ | |
| libpq-dev \ | |
| libsqlite3-dev \ | |
| zlib1g-dev \ |
OlderNewer