Browse Source

changed docker base image to ubuntu:latest

master
myitinos 4 years ago
parent
commit
ba4a445cca
1 changed files with 3 additions and 4 deletions
  1. +3
    -4
      Dockerfile

+ 3
- 4
Dockerfile View 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

Loading…
Cancel
Save