Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 0c44e3a

Browse files
Andrey Prokopenkoagneum
Andrey Prokopenko
authored andcommitted
chore(engine): use ZFS version 2.1.2 inside DLE container
1 parent 992b0ec commit 0c44e3a

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)

AltStyle によって変換されたページ (->オリジナル) /