Ver código fonte

changed docker base image to ubuntu:latest

master
myitinos 4 anos atrás
pai
commit
ba4a445cca
1 arquivos alterados com 3 adições e 4 exclusões
  1. +3
    -4
      Dockerfile

+ 3
- 4
Dockerfile Ver arquivo

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