remove unused secret env vars
This commit is contained in:
parent
1d6944e6a0
commit
03baf86f49
1 changed files with 0 additions and 20 deletions
|
|
@ -7,10 +7,6 @@ ENV TZ="Europe/Berlin"
|
|||
ARG ARCH=arm64
|
||||
ENV NCPUS=2
|
||||
|
||||
ENV AWS_ACCESS_KEY_ID=""
|
||||
ENV AWS_SECRET_ACCESS_KEY=""
|
||||
ENV PGPASS=""
|
||||
|
||||
ARG GITHUB_PAT
|
||||
|
||||
# Background: JAGS needs lapack & lapack-dev but these conflict with openblas-dev which is required by R-dev
|
||||
|
|
|
|||
Loading…
Reference in a new issue