mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-03-01 16:29:21 +08:00
gcc seems to be required for pip install now
Signed-off-by: Simon L <szaimen@e.mail.de>
This commit is contained in:
parent
2af3be98e9
commit
5e843a9a9a
1 changed files with 4 additions and 2 deletions
|
@ -22,7 +22,8 @@ RUN set -ex; \
|
|||
wget \
|
||||
shadow \
|
||||
pulseaudio \
|
||||
openssl; \
|
||||
openssl \
|
||||
gcc; \
|
||||
# chromium chromium-chromedriver?
|
||||
apk add --no-cache geckodriver --repository http://dl-cdn.alpinelinux.org/alpine/edge/testing; \
|
||||
useradd -d /tmp --system recording; \
|
||||
|
@ -41,7 +42,8 @@ RUN set -ex; \
|
|||
git \
|
||||
wget \
|
||||
shadow \
|
||||
openssl;
|
||||
openssl \
|
||||
gcc;
|
||||
|
||||
WORKDIR /tmp
|
||||
USER recording
|
||||
|
|
Loading…
Reference in a new issue