Skip to content

Commit

Permalink
Fix missing build stage for blog
Browse files Browse the repository at this point in the history
  • Loading branch information
scottcha committed Nov 22, 2023
1 parent 6bf88e6 commit bca2359
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Blog/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Start from the Ubuntu image and name this stage as 'builder'
# Note: alpine linux isn't compatible with the hugo command (without hacks around glibc)
FROM ubuntu:latest AS builder

# Install Hugo and Git
RUN apt-get update && \
apt-get install -y wget ca-certificates git && \
Expand Down

0 comments on commit bca2359

Please sign in to comment.