Sfoglia il codice sorgente

changed docker base image to ubuntu:latest

master
myitinos 4 anni fa
parent
commit
ba4a445cca
1 ha cambiato i file con 3 aggiunte e 4 eliminazioni
  1. +3
    -4
      Dockerfile

+ 3
- 4
Dockerfile Vedi File

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

Caricamento…
Annulla
Salva