Skip to content

Commit

Permalink
Support for BASE_IMAGE argument added
Browse files Browse the repository at this point in the history
  • Loading branch information
stafwag committed Jul 17, 2021
1 parent cdcaf53 commit e8e9b44
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM debian:buster
ARG BASE_IMAGE=debian:buster
FROM $BASE_IMAGE
LABEL maintainer "staf wagemakers <[email protected]>"

RUN groupadd unbound -g 5000153
Expand Down

0 comments on commit e8e9b44

Please sign in to comment.