All checks were successful
continuous-integration/drone/push Build is passing
8 lines
104 B
Docker
8 lines
104 B
Docker
FROM alpine:latest
|
|
|
|
ARG VERSION=1.7.3.2
|
|
|
|
RUN apk --no-cache add socat
|
|
#=${VERSION}
|
|
|
|
ENTRYPOINT ["socat"] |