Skip to content

Commit

Permalink
Revert "ruby: switch to -slim image (#121)"
Browse files Browse the repository at this point in the history
This reverts commit 4715732.
  • Loading branch information
cartersocha authored Jun 6, 2022
1 parent 4715732 commit f0aea95
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/emailservice/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,7 @@
# See the License for the specific language governing permissions and
# limitations under the License.

FROM ruby:3.1.2-slim

RUN apt-get update -y && apt-get install -y build-essential
FROM ruby:3.1.2

COPY Gemfile* .
RUN bundle install
Expand Down

0 comments on commit f0aea95

Please sign in to comment.