Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
A
acme-dns-tiny
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
1
Issues
1
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Adrien Dorsaz
acme-dns-tiny
Commits
5c872e0f
Commit
5c872e0f
authored
May 30, 2020
by
Adrien Dorsaz
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
docker: fix pylint3 package name and copy source code to docker images
parent
376ebdb1
Pipeline
#264
failed with stages
in 11 minutes and 1 second
Changes
3
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
9 additions
and
1 deletion
+9
-1
docker/buster/Dockerfile
docker/buster/Dockerfile
+1
-1
docker/jessie/Dockerfile
docker/jessie/Dockerfile
+4
-0
docker/stretch/Dockerfile
docker/stretch/Dockerfile
+4
-0
No files found.
docker/buster/Dockerfile
View file @
5c872e0f
...
...
@@ -5,7 +5,7 @@ WORKDIR acme_dns_tiny
RUN
apt-get update
\
&&
apt-get
install
-y
--no-install-recommends
\
python3-minimal python3-dnspython python3-requests
\
python3-coverage py
thon3-lint
\
python3-coverage py
lint3
\
&&
apt-get clean
COPY
. .
docker/jessie/Dockerfile
View file @
5c872e0f
FROM
debian:jessie-slim
WORKDIR
acme_dns_tiny
RUN
apt-get update
\
&&
apt-get
install
-y
--no-install-recommends
\
python3-minimal python3-dnspython python3-requests
\
python3-coverage
\
&&
apt-get clean
COPY
. .
docker/stretch/Dockerfile
View file @
5c872e0f
FROM
debian:jessie-slim
WORKDIR
acme_dns_tiny
RUN
apt-get update
\
&&
apt-get
install
-y
--no-install-recommends
\
python3-minimal python3-dnspython python3-requests
\
python3-coverage
\
&&
apt-get clean
COPY
. .
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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