Skip to content

Commit

Permalink
adding NFS client support
Browse files Browse the repository at this point in the history
  • Loading branch information
caffix committed Oct 11, 2024
1 parent 963b6a7 commit dcb3153
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ COPY . .
RUN go install -v ./...

FROM alpine:latest
RUN apk add --no-cache bash ca-certificates
RUN apk add --no-cache bash ca-certificates nfs-utils
RUN apk --no-cache --update upgrade
COPY --from=build /go/bin/amass /bin/amass
ENV HOME=/
Expand Down

0 comments on commit dcb3153

Please sign in to comment.