Skip to content

Commit

Permalink
make dockfile bad
Browse files Browse the repository at this point in the history
  • Loading branch information
chrislin22 committed Mar 8, 2022
1 parent e1862e9 commit 07837ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sample-dockerfile/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN go build -mod=vendor -o bin/hello

# -- Stage 2 -- #
# Create the final environment with the compiled binary.
FROM alpine
FROM python:3
# Install any required dependencies.
RUN apk --no-cache add ca-certificates
WORKDIR /root/
Expand Down

0 comments on commit 07837ed

Please sign in to comment.