Skip to content
This repository has been archived by the owner on Mar 7, 2023. It is now read-only.

Commit

Permalink
Fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
choffmeister committed Feb 5, 2022
1 parent 673d233 commit 7463f90
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
FROM scratch
ENTRYPOINT ["/bin/default-gateway-agent"]
FROM alpine:3.15
RUN apk add --no-cache iptables
COPY default-gateway-agent /bin/default-gateway-agent
ENTRYPOINT ["/bin/default-gateway-agent"]

0 comments on commit 7463f90

Please sign in to comment.