We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 713ca79 commit 8dd53f6Copy full SHA for 8dd53f6
1 file changed
docker/Dockerfile.timescaledb-plpython3u
@@ -1,4 +1,4 @@
1
FROM timescale/timescaledb:latest-pg18
2
3
# Install plpython3u
4
-RUN set -ex && apk add ---virtual .plpython3-deps --no-cache py3-psutil --repository http://nl.alpinelinux.org/alpine/edge/testing postgresql-plpython3
+RUN set -ex && apk add --virtual .plpython3-deps --no-cache py3-psutil --repository http://nl.alpinelinux.org/alpine/edge/testing postgresql-plpython3
0 commit comments