Skip to content

Commit 32a7626

Browse files
committed
docker: remove explicit install of revive
This is now installed and run per the new go 1.24 "go tool" stuff
1 parent 847e008 commit 32a7626

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

docker/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,6 @@ LABEL maintainer="Jeremy Echols <jechols@uoregon.edu>"
1414
RUN apt-get update -y && apt-get upgrade -y && \
1515
apt-get install -y libopenjp2-7-dev libmagickcore-dev git gcc make tar findutils
1616

17-
# Make sure the build box can lint code
18-
RUN go install github.com/mgechev/revive@latest
19-
2017
# Add the go mod stuff first so we aren't re-downloading dependencies except
2118
# when they actually change
2219
WORKDIR /opt/rais-src

0 commit comments

Comments
 (0)