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
97cdacc9
Commit
97cdacc9
authored
Aug 18, 2020
by
BorjaEst
Browse files
Moved env set before apt update
parent
31c5d2bb
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
97cdacc9
...
...
@@ -25,6 +25,9 @@ ARG branch=master
ARG
user=worker
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
\
...
...
@@ -44,9 +47,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