Skip to content

Commit

Permalink
Update docker file for ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
Ali Yıldız committed Jul 29, 2023
1 parent 27fc436 commit 02adb21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
FROM --platform=$TARGETPLATFORM ubuntu

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

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

Expand Down

0 comments on commit 02adb21

Please sign in to comment.