Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
infrastructure
mkdocs
Commits
2248de2b
Commit
2248de2b
authored
Nov 02, 2021
by
EKbfh
🐼
Browse files
Add libpq-dev
parent
bbf3ad9e
Pipeline
#34047
failed with stage
in 1 minute and 33 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Dockerfile
View file @
2248de2b
FROM
debian:11-slim
ARG
BUILD_PACKAGES="build-essential cmake gcc libffi-dev libmemcached-dev libssl-dev zlib1g-dev"
ARG
BUILD_PACKAGES="build-essential cmake gcc libffi-dev libmemcached-dev libssl-dev zlib1g-dev
libpq-dev
"
RUN
set
-ex
\
&&
apt update
&&
apt-get
install
-y
--no-install-recommends
\
...
...
@@ -9,7 +9,6 @@ RUN set -ex \
libxml2
\
python3
\
python3-pip
\
&&
pip3
install
--upgrade
pip
\
&&
curl
-LJO
https://code.getnoc.com/noc/noc/-/raw/master/requirements.txt
\
&&
pip3
install
-r
requirements.txt
\
&&
pip3
install
\
...
...
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