-
Hi guys! Thank you for your amazing work!
I'm trying to build a custom Dockerfile using your one:
```Dockerfile
FROM alpine:3.17
RUN apk upgrade --no-cache --available \
&& apk add --no…
-
That's it. That's the issue.
-
The dependencies listed in the `dockerfile`:
```
DEPS=' \
bash \
gettext \
libcairo2 \
libffi-dev \
libpango1.0-0 \
libpangoft2-1.0-0 \
…
-
Scale + speed + uptime!
Here's what I'm using in other projects.
Dockerfile
```
FROM node:9.5-slim
MAINTAINER Eric Bidelman
# See https://crbug.com/795759
#RUN apt-get update && apt-ge…
-
Lorsque je git clone le projet, j'obtiens un warning à la fin. Ca a l'air de modifier le repo original parce qu'après avec un "git status" je vois que ces mêmes fichiers sont "modifiés". Autre bizarre…
-
I hope this is a suitable venue for this.
I use MJ's custom windows features pretty extensively, but there are a couple of fairly minor things that I often wish I had access too:
First and foremost …
-
Referencing post: https://github.com/data-edu/data-science-in-education/issues/519
Gill Sans MT is a font that is bundled only on some Macs, and {extrafont} doesn't necessarily load it unless it's …
-
Hey Alexandre,
While I was running web browser as a pod application in the release 3.0, I could not hear any sound. I have checked all my configuration and setting but still failing to find a prob…
-
ERROR: v0T9q628Uiw: YouTube said: This video is unavailable.
omxplayer.bin: no process found
./raspi.sh: line 38: bc: command not found
./raspi.sh: line 38: bc: command not found
-h --help …
-
I'm having somre troubles to create PDF file.
```
let html = " HELLO ! ";
let OPTIONS = {phantomPath: './node_modules/phantomjs-prebuilt/lib/phantom/bin/phantomjs'};
pdf.create(html, OPTIONS).to…