Skip to content

Commit

Permalink
remove plantuml install in docker (#9059)
Browse files Browse the repository at this point in the history
  • Loading branch information
tac0turtle committed Apr 6, 2021
1 parent cad3987 commit 7f9bc05
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 @@ -13,7 +13,7 @@
FROM golang:alpine AS build-env

# Install minimum necessary dependencies,
ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev python3 plantuml
ENV PACKAGES curl make git libc-dev bash gcc linux-headers eudev-dev python3
RUN apk add --no-cache $PACKAGES

# Set working directory for the build
Expand Down

0 comments on commit 7f9bc05

Please sign in to comment.