Przeglądaj źródła

changed docker base image to ubuntu:latest

master
myitinos 4 lat temu
rodzic
commit
ba4a445cca
1 zmienionych plików z 3 dodań i 4 usunięć
  1. +3
    -4
      Dockerfile

+ 3
- 4
Dockerfile Wyświetl plik

@ -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

Ładowanie…
Anuluj
Zapisz