Skip to content

Commit

Permalink
fix build image
Browse files Browse the repository at this point in the history
  • Loading branch information
viudes committed Oct 25, 2024
1 parent d4f5353 commit 2ebebec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,6 @@ RUN apt-get update && \
apt-get clean && \
rm -rf /var/lib/apt/lists/*

# Instalar o componente native-image
RUN gu install native-image

# Verificar a instalação
RUN native-image --version

# Stage 2: Final Image
FROM debian:bullseye-slim

Expand Down

0 comments on commit 2ebebec

Please sign in to comment.