Skip to content

Commit

Permalink
chore: jdk17_ffmpeg_nvidia image as base
Browse files Browse the repository at this point in the history
  • Loading branch information
jamebal committed Apr 29, 2024
1 parent 30532f1 commit 502e52b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
FROM jmal/jdk17_ffmpeg:latest

MAINTAINER [email protected]
FROM jmal/jdk17_ffmpeg_nvidia:latest

ENV MONGODB_URI "mongodb://mongo:27017/jmalcloud"

Expand Down
2 changes: 0 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
FROM eclipse-temurin:17-jre

MAINTAINER [email protected]

# 安装 ffmpeg
RUN apt-get update && \
apt-get install -y ffmpeg libavcodec-extra

0 comments on commit 502e52b

Please sign in to comment.