etherpad: g++ + libc++-dev
This commit is contained in:
parent
bfbb036d3b
commit
920e6b2657
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ ARG REPO_LOCATION
|
||||||
|
|
||||||
FROM ${REPO_LOCATION}minideb-node AS builder
|
FROM ${REPO_LOCATION}minideb-node AS builder
|
||||||
|
|
||||||
RUN install_packages git ca-certificates python3 make gcc libc-dev
|
RUN install_packages git ca-certificates python3 make gcc g++ libc-dev libc++-dev
|
||||||
|
|
||||||
RUN mkdir -p /srv && git clone --branch master https://github.com/ether/etherpad-lite.git /srv/etherpad
|
RUN mkdir -p /srv && git clone --branch master https://github.com/ether/etherpad-lite.git /srv/etherpad
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue