Skip to content

Commit

Permalink
Merge pull request #6 from port-labs/update_dockerfile
Browse files Browse the repository at this point in the history
updated dockerfile
  • Loading branch information
hadar-co authored Dec 17, 2023
2 parents 1087a63 + dade192 commit 6f4abc1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@
# Use the Alpine Linux base image
FROM alpine:latest
FROM python:3.11-alpine

RUN apk update && \
apk add --no-cache jq \
curl \
python3 \
py3-pip \
git \
openssh-client \
bash \
Expand Down

0 comments on commit 6f4abc1

Please sign in to comment.