Skip to content

Commit

Permalink
Update base system to fix issues with ca-certificates
Browse files Browse the repository at this point in the history
  • Loading branch information
philband committed Sep 30, 2021
1 parent a481f18 commit eebeb8e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,11 @@ SHELL ["/bin/bash" , "-c"]
ENTRYPOINT [ "docker-entrypoint.sh" ]
CMD [ "bash" ]

# update packages
RUN apt-get update && \
apt-get upgrade -y && \
rm -rf /tmp/* /var/lib/apt/lists/* /var/cache/apt/*

# Set up buildpack
COPY --from=buildpack /usr/local/bin/ /usr/local/bin/
COPY --from=buildpack /usr/local/buildpack/ /usr/local/buildpack/
Expand Down

0 comments on commit eebeb8e

Please sign in to comment.