안녕하세요.
jdk 8버전을 설치하면서 아래와 같은 오류가 발생하여 해결하는 법과 설치법은 간단하게 포스팅하겠습니다.
E: Unable to locate package openjdk-8-jdk
Dockerfile
RUN mkdir -p /usr/share/man/man1
RUN apt-get update && \
apt-get install -y --no-install-recommends default-jre default-jdk
RUN java -version
감사합니다.
Reference
- https://github.com/phusion/baseimage-docker/issues/319
[16.04] debconf: delaying package configuration, since apt-utils is not installed · Issue #319 · phusion/baseimage-docker
On newest image 0.9.19, if I run any apt-get command, I received the following red warning line: debconf: delaying package configuration, since apt-utils is not installed Minimal example: FROM phus...
github.com
- https://www.hostinger.com/tutorials/install-java-ubuntu
'Devops' 카테고리의 다른 글
Argo Workflow 란 무엇인가? - 1 (0) | 2021.01.09 |
---|---|
[AWS STS] error: You must be logged in to the server (Unauthorized) 삽질일기 (0) | 2020.10.21 |
Argo Workflow failed to save outputs: Failed to establish pod watch: unknown (get pods) Error (0) | 2020.07.23 |
istio 정리 (0) | 2020.06.08 |
Circle CI 통합구축 (0) | 2019.12.02 |
댓글