Skip to content

Commit

Permalink
Tmp
Browse files Browse the repository at this point in the history
Signed-off-by: v.oleynikov <[email protected]>
  • Loading branch information
duckhawk committed Jan 13, 2025
1 parent 1ff8719 commit 0227358
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion images/agent/werf.inc.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,8 @@ shell:
automake \
gettext \
flex \
glibc-core
glibc-core \
glibc
- cd /
- git clone {{ env "SOURCE_REPO" }}/util-linux/util-linux.git
- cd /util-linux
Expand All @@ -66,6 +67,7 @@ shell:
- ./configure --prefix /opt/deckhouse/sds --with-udev
- make install-strip
- mkdir -p /opt/deckhouse/sds/lib/x86_64-linux-gnu/
- ls -l /lib64 | grep ld
- cp /util-linux/nsenter.static /opt/deckhouse/sds/bin/nsenter.static
- cp /lib64/libudev.so.1 /opt/deckhouse/sds/lib/x86_64-linux-gnu/libudev.so.1
- cp /lib64/libc.so.6 /opt/deckhouse/sds/lib/x86_64-linux-gnu/libc.so.6
Expand Down

0 comments on commit 0227358

Please sign in to comment.