Skip to content

Commit

Permalink
Install gcc-10 before installing google-chrome-stable (#733)
Browse files Browse the repository at this point in the history
* Install gcc-10 before installing google-chrome-stable

* Remove code to install gcc10.  This was added to the ruby-base image
  • Loading branch information
ajkiessl authored Aug 27, 2024
1 parent 5103425 commit 0e62f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

FROM harbor.k8s.libraries.psu.edu/library/ruby-3.1.3-node-16:20240701 as base
FROM harbor.k8s.libraries.psu.edu/library/ruby-3.1.3-node-16:20240827 as base
ARG UID=2000
WORKDIR /app
RUN useradd -u $UID app -d /app
Expand Down

0 comments on commit 0e62f04

Please sign in to comment.