Skip to content

Commit 985c3db

Browse files
eriknordmarkdeitch
authored andcommitted
build-tools: dep is no longer used so remove
Signed-off-by: eriknordmark <[email protected]>
1 parent f387baa commit 985c3db

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

build-tools/src/scripts/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,6 @@ RUN deluser ${USER} ; delgroup ${GROUP} || :
1717
RUN sed -ie /:${UID}:/d /etc/passwd /etc/shadow ; sed -ie /:${GID}:/d /etc/group || :
1818
RUN addgroup -g ${GID} ${GROUP} && adduser -h /home/${USER} -G ${GROUP} -D -H -u ${UID} ${USER}
1919
RUN echo "${USER} ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/${USER}
20-
# dep is deprecated and probably should be gotten rid of; no need to parametrize the version, as there will be no further releases
21-
# hadolint ignore=SC2086,DL4006
22-
RUN OS="$(uname -o | tr '[:upper:]' '[:lower:]')" && PLATFORM="$(go version | sed 's#^.*'${OS}'/##g')" && curl -o /usr/local/bin/dep -L "https://github.com/golang/dep/releases/download/v0.5.4/dep-${OS}-${PLATFORM}" && chmod +x /usr/local/bin/dep
2320
### Build OpenZFS 2.2.2 libs here for 'make test' and full eve build in one spot
2421
# should be aligned with kernel
2522
# * ZFS on Linux

0 commit comments

Comments
 (0)