Ver a proveniência

changed docker base image to ubuntu:latest

master
myitinos há 4 anos
ascendente
cometimento
ba4a445cca
1 ficheiros alterados com 3 adições e 4 eliminações
  1. +3
    -4
      Dockerfile

+ 3
- 4
Dockerfile Ver ficheiro

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

Carregando…
Cancelar
Guardar