Skip to content

Commit 3fd77b5

Browse files
authored
Update Dockerfile
1 parent 80ecffe commit 3fd77b5

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

Dockerfile

+7-7
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@ LABEL maintainer="ricardosavii@gmail.com"
33

44
# Install Ubuntu packages
55
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 \
1111
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 \
1414
&& VERSION=1.5.7.890 \
1515
&& 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 \
1616
&& gdebi -n ss-latest.deb \

0 commit comments

Comments
 (0)