Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Trivial changes to trigger GitHub Actions build.
  • Loading branch information
jaamarks authored Aug 22, 2024
1 parent 92e384c commit 764162f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions update_metadata_bdc/v1.0.0/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#----------------------------------------------------------------
#-----------------------------------------------------------------
# Use the official R image as a base
#----------------------------------------------------------------
FROM r-base:4.3.2
Expand All @@ -15,15 +15,15 @@ LABEL software.version="1.0.0"
LABEL license="GPL-2 | GPL-3 "
LABEL about.tags="RMIP"

ENV LANG=C.UTF-8 LC_ALL=C.UTF-8

#----------------------------------------------------------------
# Install required command line tools and packages
#----------------------------------------------------------------
ENV LANG=C.UTF-8 LC_ALL=C.UTF-8
ENV DEBIAN_FRONTEND noninteractive

RUN apt-get -qq update && apt-get -y upgrade && \
apt-get install -y --no-install-recommends \
apt-get install -y --no-install-recommends \
curl \
libcurl4-openssl-dev \
libssl-dev \
Expand Down

0 comments on commit 764162f

Please sign in to comment.