mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-03-25 01:14:43 +00:00
Added mission control for solid queue ui.
This commit is contained in:
@@ -4,7 +4,7 @@ FROM ruby:3.2.0
|
||||
ARG USER_ID=1000
|
||||
ARG GROUP_ID=1000
|
||||
|
||||
RUN apt-get -qq update \
|
||||
RUN apt-get -qq update --fix-missing \
|
||||
&& apt-get -qq install -y \
|
||||
build-essential \
|
||||
sqlite3 \
|
||||
|
||||
Reference in New Issue
Block a user