We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 847e008 commit 32a7626Copy full SHA for 32a7626
docker/Dockerfile
@@ -14,9 +14,6 @@ LABEL maintainer="Jeremy Echols <jechols@uoregon.edu>"
14
RUN apt-get update -y && apt-get upgrade -y && \
15
apt-get install -y libopenjp2-7-dev libmagickcore-dev git gcc make tar findutils
16
17
-# Make sure the build box can lint code
18
-RUN go install github.com/mgechev/revive@latest
19
-
20
# Add the go mod stuff first so we aren't re-downloading dependencies except
21
# when they actually change
22
WORKDIR /opt/rais-src
0 commit comments