Skip to content

Commit

Permalink
try change to ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
neo773 committed Oct 18, 2023
1 parent c220eb1 commit 2b192ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
FROM alpine:latest
RUN apk add --no-cache curl bash jq
FROM ubuntu:latest
RUN apt-get update && apt-get install -y curl bash jq
WORKDIR /app
COPY ./app/. /app
EXPOSE 8000
Expand Down

0 comments on commit 2b192ff

Please sign in to comment.