Commit 3fd77b5 1 parent 80ecffe commit 3fd77b5 Copy full SHA for 3fd77b5
File tree 1 file changed +7
-7
lines changed
1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -3,14 +3,14 @@ LABEL maintainer="ricardosavii@gmail.com"
3
3
4
4
# Install Ubuntu packages
5
5
RUN apt-get update && apt-get install --no-install-recommends -y \
6
- sudo=1.9.1-1 \
7
- gdebi-core=0.9.5.7+nmu3 \
8
- pandoc=2.5-3+b1 \
9
- pandoc-citeproc=0.15.0.1-1+b5 \
10
- libcurl4-gnutls-dev=7.68.0-1 \
6
+ sudo \
7
+ gdebi-core \
8
+ pandoc \
9
+ pandoc-citeproc \
10
+ libcurl4-gnutls-dev \
11
11
libcairo2-dev/unstable \
12
- libxt-dev=1:1.1.5-1+b3 \
13
- libssl-dev=1.1.1g-1 \
12
+ libxt-dev \
13
+ libssl-dev \
14
14
&& VERSION=1.5.7.890 \
15
15
&& wget --no-verbose "https://s3.amazonaws.com/rstudio-shiny-server-os-build/ubuntu-12.04/x86_64/shiny-server-$VERSION-amd64.deb" -O ss-latest.deb \
16
16
&& gdebi -n ss-latest.deb \
You can’t perform that action at this time.
0 commit comments