Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
social
gsicrawler
Commits
a4d11517
Commit
a4d11517
authored
Feb 23, 2022
by
J. Fernando Sánchez
Browse files
Fix gitlab CI and remove dependency
parent
5ea8c11b
Changes
2
Hide whitespace changes
Inline
Side-by-side
.gitlab-ci.yml
View file @
a4d11517
...
...
@@ -5,7 +5,8 @@ stages:
build
:
stage
:
build
image
:
name
:
gcr.io/kaniko-project/executor:debug
# There is a bug in newer versions (namely 1.7.0) that causes authentication problems
name
:
gcr.io/kaniko-project/executor:v1.6.0-debug
entrypoint
:
[
"
"
]
tags
:
-
docker
...
...
Dockerfile
View file @
a4d11517
...
...
@@ -14,7 +14,6 @@ RUN mkdir -p /usr/src/app
ADD
requirements.txt /usr/src/app/
RUN
pip
install
-r
/usr/src/app/requirements.txt
RUN
pip
install
git+https://github.com/JustAnotherArchivist/snscrape.git
ADD
. /usr/src/app
ENV
LC_ALL C
...
...
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