Skip to content

Commit 8dd53f6

Browse files
authored
[-] fix typo in timescaledb dockerfile (#1373)
1 parent 713ca79 commit 8dd53f6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
FROM timescale/timescaledb:latest-pg18
22

33
# 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
4+
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

Comments
 (0)