Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
feedback-loop
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ai3
tools
feedback-loop
Commits
a5e62291
Commit
a5e62291
authored
2 years ago
by
ale
Browse files
Options
Downloads
Patches
Plain Diff
Rename base image
Just a test.
parent
a4fa5617
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
Dockerfile
+3
-3
3 additions, 3 deletions
Dockerfile
with
3 additions
and
3 deletions
Dockerfile
+
3
−
3
View file @
a5e62291
FROM
registry.git.autistici.org/ai3/docker/s6-base:master
AS
base
FROM
registry.git.autistici.org/ai3/docker/s6-base:master
AS
fbl-
base
RUN
apt-get
-q
update
&&
\
env
DEBIAN_FRONTEND
=
noninteractive apt-get
-qy
install
--no-install-recommends
\
python3-flask python3-sqlalchemy python3-flask-sqlalchemy python3-cheroot
\
...
...
@@ -6,12 +6,12 @@ RUN apt-get -q update && \
apt-get clean
&&
\
rm
-fr
/var/lib/apt/lists/
*
FROM
base
AS
build
FROM
fbl-
base
AS
build
ADD
. /src
WORKDIR
/src
RUN
python3 setup.py bdist_wheel
FROM
base
FROM
fbl-
base
COPY
--from=build /src/dist/*.whl /tmp/wheels/
COPY
conf/ /etc/
COPY
feedbackloop.sh /usr/local/bin/feedbackloop
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment