Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Petelin, Gašper (EXTERN) - 138600
Param search
Commits
1a389b2f
Commit
1a389b2f
authored
Feb 04, 2021
by
Petelin, Gašper (EXTERN) - 138600
Browse files
Update Dockerfile
parent
3d93fd3a
Pipeline
#57505
passed with stages
in 4 minutes and 25 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
1a389b2f
...
...
@@ -16,5 +16,9 @@ RUN apt-get update \
&&
apt-get
install
-qy
--fix-missing
--no-install-recommends
\
geany
COPY
. /app
# Instal package
RUN
pip3
install
/app/.
# Slim down packages
RUN
apt-get clean autoclean
&&
apt-get autoremove
-y
Write
Preview
Supports
Markdown
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