Skip to content

Commit

Permalink
Removed Java Install
Browse files Browse the repository at this point in the history
Warning from Buster to Bullseye in Deb url was stopping install.
  • Loading branch information
threadingdata authored Aug 26, 2019
1 parent f51a7de commit 4d8519e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,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 4d8519e

Please sign in to comment.