Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
zoharsan authored Sep 9, 2021
1 parent 9a9bbbb commit 77f37c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ RUN apt-get update && \
apt-get install -y apt-utils && \
apt-get install -y libssl-dev libffi-dev && \
apt-get install -y vim && \
apt-get install -y iodbc libiodbc2-dev libssl-dev && \
apt-get install -y iodbc libiodbc2-dev && \
apt-get install -y openjdk-11-jdk
RUN update-alternatives --set java /usr/lib/jvm/java-11-openjdk-amd64/bin/java
RUN sudo -u jovyan /opt/conda/bin/curl -Lo coursier https://git.io/coursier-cli
Expand Down

0 comments on commit 77f37c0

Please sign in to comment.