浏览代码

darkirc: fix update line in android.Dockerfile

draoi 2 年之前
父节点
当前提交
3e0ddde295
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bin/darkirc/android.Dockerfile

+ 1 - 1
bin/darkirc/android.Dockerfile

@@ -1,7 +1,7 @@
 FROM ubuntu
 ENV DEBIAN_FRONTEND noninteractive
 
-RUN apt update
+RUN apt-get update
 RUN apt install -yq openjdk-21-jre-headless openjdk-21-jdk-headless
 RUN apt install -yq wget unzip cmake file
 # For vendored openssl