Skip to content

Commit

Permalink
Change base to alpinelinux/docker-cli
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Yıldız committed Jul 29, 2023
1 parent 02adb21 commit b5e32ab
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,9 @@
# syntax=docker/dockerfile:labs

FROM --platform=$TARGETPLATFORM ubuntu
FROM --platform=$TARGETPLATFORM alpinelinux/docker-cli

RUN set -x \
&& apt-get update \
&& apt-get install bash socat
&& apk add --no-cache bash socat

COPY docker-entrypoint.sh /docker-entrypoint.sh

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@

## Why

Ubuntu version of shipyard/docker-proxy
shipyard/docker-proxy with docker-cli

0 comments on commit b5e32ab

Please sign in to comment.