File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -17,9 +17,6 @@ RUN deluser ${USER} ; delgroup ${GROUP} || :
17
17
RUN sed -ie /:${UID}:/d /etc/passwd /etc/shadow ; sed -ie /:${GID}:/d /etc/group || :
18
18
RUN addgroup -g ${GID} ${GROUP} && adduser -h /home/${USER} -G ${GROUP} -D -H -u ${UID} ${USER}
19
19
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
23
20
# ## Build OpenZFS 2.2.2 libs here for 'make test' and full eve build in one spot
24
21
# should be aligned with kernel
25
22
# * ZFS on Linux
You can’t perform that action at this time.
0 commit comments