소스 검색

changed docker base image to ubuntu:latest

master
myitinos 4 년 전
부모
커밋
ba4a445cca
1개의 변경된 파일3개의 추가작업 그리고 4개의 파일을 삭제
  1. +3
    -4
      Dockerfile

+ 3
- 4
Dockerfile 파일 보기

@ -1,8 +1,7 @@
FROM alpine
FROM ubuntu:latest
RUN apk update
RUN apk add --no-cache \
socat
RUN apt update && \
apt install socat -y
WORKDIR /app

불러오는 중...
취소
저장