lens @ 64603aa1e13ba82b9393b9eb91b6332237f45821

fix: Build qtc on the pipeline
diff --git a/.builds/alpine.yml b/.builds/alpine.yml
index 62f398327ee37fc6194afc50a833f7c6cf01eda6..3533b2d43c237b9553a5050fa8162693569565fb 100644
--- a/.builds/alpine.yml
+++ b/.builds/alpine.yml
@@ -1,17 +1,18 @@
-image: alpine/edge
+image: alpine/3.18
 packages:
   - go
   - vips-dev
   - sassc
-  - golangci-lint
+  - sqlite-dev
+
 sources:
   - https://git.sr.ht/~gabrielgio/img
+  - https://github.com/valyala/quicktemplate.git
 tasks:
   - setup: |
-      go install  github.com/valyala/quicktemplate/qtc@latest
-      #  - lint: |
-      #      cd img
-      #      make lint
+      cd quicktemplate 
+      go build -o bin/qtc ./qtc/main.go
+      sudo mv bin/qtc /usr/bin/
   - build: |
       cd img
       make