Skip to content

Commit

Permalink
feat(Dockerfile): set default branch_name arg to master
Browse files Browse the repository at this point in the history
  • Loading branch information
Ramzus committed Nov 15, 2019
1 parent 0b5d000 commit 2d34fd5
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 @@ -2,7 +2,7 @@ FROM python:3.6.9-slim-buster

MAINTAINER [email protected]

ARG branch_name=v2.2C
ARG branch_name=master

RUN apt-get update && apt-get -y install cron git wget
RUN git clone https://github.com/blawar/nut.git /root/nut --depth 1 && \
Expand Down

0 comments on commit 2d34fd5

Please sign in to comment.