Skip to content

Commit

Permalink
Merge pull request #226 from seungsoo-lee/dev
Browse files Browse the repository at this point in the history
Updated kafka
  • Loading branch information
seungsoo-lee committed Jul 23, 2021
2 parents ea79bbb + 34a6ff9 commit 921bd15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ RUN go build -o knoxAutoPolicy main.go
#FROM debian:latest
FROM artifactory.accuknox.com/accuknox/ubuntu:21.10

RUN apt-get update -y && apt-get install -y ca-certificates

COPY ./src/conf/local.yaml conf/conf.yaml
COPY --from=builder /usr/src/knox/knoxAutoPolicy /knoxAutoPolicy

Expand Down

0 comments on commit 921bd15

Please sign in to comment.