We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 99cc6aa commit 62878e4Copy full SHA for 62878e4
docker/cloud/Dockerfile
@@ -4,6 +4,7 @@ ENV DEBIAN_FRONTEND noninteractive
4
5
RUN \
6
apt-get update && \
7
+ apt-get install -y software-properties-common &&\
8
add-apt-repository -y ppa:opencpu/opencpu-2.2 && \
9
apt-get upgrade -y && \
10
apt-get install -y opencpu-server postfix libsasl2-modules &&\
0 commit comments