ソースを参照

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

読み込み中…
キャンセル
保存