Explorar el Código

changed docker base image to ubuntu:latest

master
myitinos hace 4 años
padre
commit
ba4a445cca
Se han modificado 1 ficheros con 3 adiciones y 4 borrados
  1. +3
    -4
      Dockerfile

+ 3
- 4
Dockerfile Ver fichero

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

Cargando…
Cancelar
Guardar