Skip to content

Commit

Permalink
Ensure we update local all packages on each build.
Browse files Browse the repository at this point in the history
  • Loading branch information
robotdan committed Nov 2, 2023
1 parent a1a85a5 commit 74c872d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docker/fusionauth/fusionauth-app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,9 @@ RUN case "${BUILDPLATFORM}" in \
###### Use Ubuntu latest and only copy in what we need to reduce the layer size ###################
FROM ubuntu:jammy
RUN apt-get update \
&& apt-get install -y curl \
&& apt-get -y install --no-install-recommends curl \
&& apt-get -y upgrade \
&& apt-get -y clean \
&& rm -rf /var/lib/apt/lists \
&& useradd -d /usr/local/fusionauth -U fusionauth
COPY --chown=fusionauth:fusionauth --from=build /opt/openjdk /opt/openjdk
Expand Down

0 comments on commit 74c872d

Please sign in to comment.