Skip to content

Commit

Permalink
fix broken dependencies (#268)
Browse files Browse the repository at this point in the history
  • Loading branch information
Philmod committed Apr 30, 2018
1 parent 3fa0f75 commit 1ccc5c5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions javac/Dockerfile
Expand Up @@ -7,6 +7,7 @@ ARG DOCKER_VERSION=17.12.1~ce-0~debian
# https://docs.docker.com/engine/installation/linux/docker-ce/debian
RUN \
apt-get -y update && \
apt-get --fix-broken -y install && \
apt-get -y install apt-transport-https ca-certificates curl gnupg2 software-properties-common && \
curl -fsSL https://download.docker.com/linux/debian/gpg | apt-key add - && \
apt-key fingerprint 9DC858229FC7DD38854AE2D88D81803C0EBFCD88 && \
Expand Down

0 comments on commit 1ccc5c5

Please sign in to comment.