WSL/SLF GitLab Repository
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
EnviDat
ckan-container
Commits
34a90936
Commit
34a90936
authored
Dec 24, 2021
by
Sam
Browse files
add docker lint exception, pip install non -e
parent
937c41b3
Changes
2
Hide whitespace changes
Inline
Side-by-side
.pre-commit-config.yaml
View file @
34a90936
...
...
@@ -25,7 +25,7 @@ repos:
hooks
:
-
id
:
hadolint-docker
entry
:
hadolint/hadolint:v2.8.0 hadolint
args
:
[
"
--ignore=DL3008"
]
args
:
[
"
--ignore=DL3008"
,
"
--ignore=DL3013"
]
# Lint: YAML
-
repo
:
https://github.com/adrienverge/yamllint.git
...
...
Dockerfile
View file @
34a90936
...
...
@@ -53,7 +53,7 @@ RUN pip install --no-cache-dir pipenv==11.9.0 \
-r /opt/repos/ckan-forked/requirements.txt
# CKAN
RUN
PIPENV_VENV_IN_PROJECT
=
1 pipenv run
\
python
-m
pip
install
-e
"/opt/repos/ckan-forked"
python
-m
pip
install
"/opt/repos/ckan-forked"
# Additional plugins
COPY
envidat_extensions.* /opt/repos/
RUN
chmod
+x /opt/repos/envidat_extensions.sh
\
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment