Skip to content
Snippets Groups Projects
Commit 4dbfdc5c authored by Bryan BRANCOTTE's avatar Bryan BRANCOTTE
Browse files

Merge branch 'docker-images' into test-images

parents 96606878 8f4f1746
No related branches found
No related tags found
1 merge request!27test images
Pipeline #133482 failed
......@@ -130,7 +130,8 @@ build_r:
R_VERSION: [
"3.6.3",
"4.2.3",
"4.3.1",
"4.3.1",
"4.4.0"
]
UBUNTU_VERSION: [
"jammy",
......@@ -166,14 +167,13 @@ publish_listing:
# update_docs:
# only:
# - docker-images
# - rework-image-matrix-and-export
# needs: []
# trigger:
# - project: hub/shiny-k8s
# branch: docs
update_docs:
only:
- docker-images
needs: []
trigger:
- project: hub/shiny-k8s-example
branch: doc-trigger
......
......@@ -8,10 +8,12 @@ ENV SHINY_LOG_STDERR=1
EXPOSE 3838
CMD ["shiny-server"]
RUN addgroup --gid 999 shiny \
&& adduser --disabled-password --gecos '' --uid 999 --gid 999 shiny
# install dependencies
RUN apt-get update \
&& apt-get install -y \
software-properties-common \
wget \
nano \
wget \
......
......@@ -8,6 +8,9 @@ ENV SHINY_LOG_STDERR=1
EXPOSE 3838
CMD ["shiny-server"]
RUN addgroup --gid 999 shiny \
&& adduser --disabled-password --gecos '' --uid 999 --gid 999 shiny
# install dependencies
RUN apt-get update \
&& apt-get install -y \
......
......@@ -9,6 +9,7 @@ options(
repos = c(${MIRRORS:-${DEFAULT_MIRRORS}}),
download.file.method = 'libcurl'
)
options(bitmapType='cairo')
EOF
echo "Here is the configured Rprofile"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment