Skip to content

Commit 26acd0f

Browse files
committed
Merge branch 'dblab_container_zfs' into 'master'
chore(engine): use ZFS version 2.1.2 inside DLE container See merge request postgres-ai/database-lab!343
2 parents 992b0ec + 0c44e3a commit 26acd0f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

engine/Dockerfile.dblab-server

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,9 @@
33
FROM docker:19.03.15
44

55
# Install dependencies.
6-
RUN apk update && apk add --no-cache zfs lvm2 bash util-linux
6+
RUN apk update \
7+
&& apk add zfs=2.1.2-r0 --no-cache --repository=https://dl-cdn.alpinelinux.org/alpine/edge/main \
8+
&& apk add --no-cache lvm2 bash util-linux
79
RUN echo 'http://dl-cdn.alpinelinux.org/alpine/v3.13/main' >> /etc/apk/repositories \
810
&& echo 'http://dl-cdn.alpinelinux.org/alpine/v3.13/community' >> /etc/apk/repositories \
911
&& apk add bcc-tools=0.18.0-r0 bcc-doc=0.18.0-r0 && ln -s $(which python3) /usr/bin/python \

0 commit comments

Comments
 (0)