mirror of
https://github.com/inventree/InvenTree.git
synced 2025-04-29 12:06:44 +00:00
gcc required
This commit is contained in:
parent
24d36e0b66
commit
286cf9b102
@ -28,6 +28,7 @@ RUN apk add --no-cache git
|
|||||||
RUN git clone --branch $INVENTREE_VERSION --depth 1 ${INVENTREE_REPO} ${INVENTREE_SRC_DIR}
|
RUN git clone --branch $INVENTREE_VERSION --depth 1 ${INVENTREE_REPO} ${INVENTREE_SRC_DIR}
|
||||||
|
|
||||||
# Install required system packages
|
# Install required system packages
|
||||||
|
RUN apk add --no-cache gcc g++
|
||||||
RUN apk add --no-cache postgresql-contrib postgresql-dev libpq
|
RUN apk add --no-cache postgresql-contrib postgresql-dev libpq
|
||||||
RUN apk add --no-cache mariadb-connector-c mariadb-dev
|
RUN apk add --no-cache mariadb-connector-c mariadb-dev
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user