Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Prozorro Auth
Commits
2f918665
Commit
2f918665
authored
Sep 22, 2020
by
Mike Hoang
Browse files
Added `make` installation in for prod container
parent
799c81d7
Changes
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2f918665
...
...
@@ -14,6 +14,9 @@ FROM prod_base as prod
COPY
src/ .
ARG
version=unknown
RUN
echo
$version
&&
sed
-i
"s/##VERSION##/
$version
/g"
prozorro_sale/__init__.py
RUN
apt-get update
&&
apt-get
install
-y
\
make
\
&&
rm
-rf
/var/lib/apt/lists/
*
FROM
test_base
as
test
COPY
src/ .
...
...
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