Skip to content

Commit

Permalink
Found workaround for buster v bullseye error
Browse files Browse the repository at this point in the history
  • Loading branch information
threadingdata authored Aug 26, 2019
1 parent 4d8519e commit df722aa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion misc/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
FROM trestletech/plumber
MAINTAINER Docker User <docker@user.org>

# Workaround to address buster vs. bullseye codebase name
RUN echo 'deb http://deb.debian.org/debian bullseye main' > /etc/apt/sources.list

RUN apt-get update -qq && apt-get install -y \
git-core \
libssl-dev \
Expand All @@ -9,7 +12,7 @@ RUN apt-get update -qq && apt-get install -y \
libxml2-dev \
libpq-dev -y

#RUN R CMD javareconf
RUN R CMD javareconf

RUN R -e "install.packages('devtools')"
RUN R -e 'devtools::install_github("fdrennan/plumberAPI")'
Expand Down

0 comments on commit df722aa

Please sign in to comment.