Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
synergy
o3skim
Commits
36666431
Commit
36666431
authored
Aug 18, 2020
by
BorjaEst
Browse files
Moved env set before apt update
parent
e93969e5
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
36666431
...
...
@@ -25,6 +25,9 @@ ARG branch=python
ARG
user=application
ARG
group=standard
# Set environments
ENV
LANG C.UTF-8
# Install system updates and tools
ENV
DEBIAN_FRONTEND=noninteractive
RUN
apt-get update
&&
apt-get
install
-y
--no-install-recommends
\
...
...
@@ -48,9 +51,6 @@ RUN git clone --depth 1 -b ${branch} https://github.com/BorjaEst/cicd.git app &&
rm -rf /tmp/*
WORKDIR
/app
# Set environments
ENV
LANG C.UTF-8
# Ports to expose
EXPOSE
8443
EXPOSE
8080
...
...
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