mirror of
https://github.com/keymanapp/keyman.git
synced 2026-09-22 07:37:40 +00:00
chore(linux): remove temporary code for Core image
This commit is contained in:
parent
caba09a8d4
commit
e23e112e7a
3 changed files with 0 additions and 16 deletions
|
|
@ -74,10 +74,6 @@ build_action() {
|
|||
|
||||
if [[ "${platform}" == "base" ]]; then
|
||||
docker pull --platform "amd64" "ubuntu:${UBUNTU_VERSION:-${KEYMAN_DEFAULT_VERSION_UBUNTU_CONTAINER}}"
|
||||
### TMP code
|
||||
elif [[ "${platform}" == "core" ]]; then
|
||||
cp "${KEYMAN_ROOT}/linux/debian/control" "${platform}"
|
||||
### TMP END
|
||||
elif [[ "${platform}" == "linux" ]]; then
|
||||
cp "${KEYMAN_ROOT}/linux/debian/control" "${platform}"
|
||||
fi
|
||||
|
|
|
|||
1
resources/docker-images/core/.gitignore
vendored
1
resources/docker-images/core/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
control
|
||||
|
|
@ -14,17 +14,6 @@ USER root
|
|||
RUN apt-get install -qy git jq llvm meson pkgconf \
|
||||
xvfb xserver-xephyr metacity
|
||||
|
||||
#### TMP until we properly figure out the dependencies needed for Core
|
||||
#### We should not need to install /tmp/control
|
||||
# Install dependencies
|
||||
ADD control /tmp/control
|
||||
RUN apt-get install -qy python3 python3-setuptools python3-coverage \
|
||||
devscripts equivs libdatetime-perl meson pkgconf lcov gcovr xvfb \
|
||||
xserver-xephyr metacity mutter dbus-x11 weston xwayland && \
|
||||
(yes | mk-build-deps --install /tmp/control) || true && \
|
||||
rm /tmp/control
|
||||
#### TMP END
|
||||
|
||||
# Pre-install emscripten
|
||||
USER build
|
||||
ARG REQUIRED_EMSCRIPTEN_VERSION=1.0
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue