File tree Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Expand file tree Collapse file tree 1 file changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -46,11 +46,12 @@ RUN wget https://github.com/benmcollins/libjwt/archive/v$LIBJWT_VERSION.zip && \
46
46
# get our JWT module
47
47
# change this to get a specific version?
48
48
ARG TESLA_REPO_NAME=ngx-http-auth-jwt-module
49
- # this value should end with a trailing slash (or be blank)
50
- ARG TESLA_REPO_URL_PREFIX=joefitz/
51
- # this value should end with a trailing dash (or be blank)
52
- ARG TESLA_REPO_FILE_PREFIX=joefitz-
53
- ARG TESLA_REPO_FILENAME=match-rh-nginx110-version
49
+ # ARG TESLA_REPO_URL_PREFIX=joefitz/
50
+ # ARG TESLA_REPO_FILE_PREFIX=joefitz-
51
+ # ARG TESLA_REPO_FILENAME=match-rh-nginx110-version
52
+ ARG TESLA_REPO_URL_PREFIX=
53
+ ARG TESLA_REPO_FILE_PREFIX=
54
+ ARG TESLA_REPO_FILENAME=master
54
55
ADD https://github.com/TeslaGov/$TESLA_REPO_NAME/archive/${TESLA_REPO_URL_PREFIX}${TESLA_REPO_FILENAME}.zip .
55
56
RUN unzip ${TESLA_REPO_FILENAME}.zip && \
56
57
rm ${TESLA_REPO_FILENAME}.zip && \
You can’t perform that action at this time.
0 commit comments